remove racist trydo 😝
authornemo
Wed, 16 Sep 2015 08:58:51 -0400
changeset 11178 7b2b181f84f8
parent 11174 5cadfe82eaf6
child 11179 98d14636c371
remove racist trydo 😝
hedgewars/uTeams.pas
--- 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;