From 8f72a35dbb37f341e46b157c84b5ddd9ffe47299 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 26 Nov 2007 22:26:33 +0000 Subject: fixed coloring of tees --- src/game/server/srv_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/srv_common.cpp') 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) -- cgit 1.4.1