branch | gettext |
changeset 11268 | b14de8b74183 |
parent 11182 | 7b2b181f84f8 |
child 11476 | 458d90012c22 |
--- a/hedgewars/uTeams.pas Mon Nov 02 06:23:46 2015 +0100 +++ b/hedgewars/uTeams.pas Mon Nov 02 06:58:08 2015 +0100 @@ -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;