hedgewars/uTeams.pas
changeset 11178 7b2b181f84f8
parent 11046 47a8c19ecb60
child 11471 458d90012c22
--- a/hedgewars/uTeams.pas	Sun Sep 13 18:58:22 2015 -0400
+++ b/hedgewars/uTeams.pas	Wed Sep 16 08:58:51 2015 -0400
@@ -604,7 +604,6 @@
     SplitBySpace(s, cs);
     SplitBySpace(cs, ts);
     Color:= StrToInt(cs);
-    TryDo(Color <> 0, 'Error: black team color', true);
 
     // color is always little endian so the mask must be constant also in big endian archs
     Color:= Color or $FF000000;