diff -r a7c2a61524c2 -r 33d147c69a83 hedgewars/CCHandlers.inc --- a/hedgewars/CCHandlers.inc Thu Oct 05 19:40:11 2006 +0000 +++ b/hedgewars/CCHandlers.inc Thu Oct 05 20:07:04 2006 +0000 @@ -86,7 +86,8 @@ begin if CurrentTeam = nil then OutError(errmsgIncorrectUse + ' "/color"', true); val(id, CurrentTeam.Color, c); -AdjustColor(CurrentTeam.Color) +CurrentTeam.AdjColor:= CurrentTeam.Color; +AdjustColor(CurrentTeam.AdjColor) end; procedure chAdd(var id: shortstring);