diff -r 6f76fe84fdee -r a1178e1b57a6 hedgewars/uStore.pas --- 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