hedgewars/CCHandlers.inc
changeset 2592 d86618629e20
parent 2579 e5e4ebf528b5
child 2608 cebfea02f8b5
--- a/hedgewars/CCHandlers.inc	Mon Oct 26 10:39:20 2009 +0000
+++ b/hedgewars/CCHandlers.inc	Thu Oct 29 17:51:54 2009 +0000
@@ -81,7 +81,7 @@
    val(s, Color);
    TryDo(Color <> 0, 'Error: black team color', true);
 
-   Color:= Color or $FF000000;
+   Color:= Color or AMask;
 
    AddTeam(Color);
    CurrentTeam^.TeamName:= ts;