about summary refs log tree commit diff
path: root/src/game/server/srv_common.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 22:26:33 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 22:26:33 +0000
commit8f72a35dbb37f341e46b157c84b5ddd9ffe47299 (patch)
tree1581432b254da135afed1c36aa968fee83db769c /src/game/server/srv_common.cpp
parentad5523dac47b0503f7323be7d93a0bfdadbbae14 (diff)
downloadzcatch-8f72a35dbb37f341e46b157c84b5ddd9ffe47299.tar.gz
zcatch-8f72a35dbb37f341e46b157c84b5ddd9ffe47299.zip
fixed coloring of tees
Diffstat (limited to 'src/game/server/srv_common.cpp')
-rw-r--r--src/game/server/srv_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/srv_common.cpp b/src/game/server/srv_common.cpp
index 417c9db7..bd5d0964 100644
--- a/src/game/server/srv_common.cpp
+++ b/src/game/server/srv_common.cpp
@@ -115,7 +115,7 @@ void gameobject::post_reset()
 	
 void gameobject::on_player_info_change(class player *p)
 {
-	const int team_colors[2] = {54090, 10998628};
+	const int team_colors[2] = {65387, 10223467};
 	if(is_teamplay)
 	{
 		if(p->team >= 0 || p->team <= 1)