diff -r 5cadfe82eaf6 -r 7b2b181f84f8 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;