hedgewars/uStore.pas
changeset 14191 a1178e1b57a6
parent 13990 b9b1d74b7fef
child 14199 3c36a4e66c82
--- a/hedgewars/uStore.pas	Fri Nov 09 23:41:40 2018 +0100
+++ b/hedgewars/uStore.pas	Fri Nov 09 23:42:44 2018 +0100
@@ -818,8 +818,8 @@
                 if value[1] <> '#' then
                     continue;
                 temp:= copy(value, 2, length(value) - 1);
-                tempColor:= StrToInt('0x'+temp);
-				color:= tempColor
+                tempColor:= StrToInt('$'+temp);
+                color:= tempColor
                 end;
 
             if clanID <= cClanColors then