diff -r 7ae44f42a689 -r 4cb727e029fa hedgewars/uFLData.pas --- a/hedgewars/uFLData.pas Fri Oct 31 00:36:08 2014 +0300 +++ b/hedgewars/uFLData.pas Sat Nov 01 00:23:22 2014 +0300 @@ -5,6 +5,17 @@ procedure freeThemesList(list: PPChar); cdecl; function getThemeIcon(themeName: PChar; buffer: PChar; buflen: Longword): Longword; cdecl; +const colorsSet: array[0..8] of shortstring = ( + '16712196' + , '4817089' + , '1959610' + , '11878895' + , '10526880' + , '2146048' + , '16681742' + , '6239749' + , '16776961'); + implementation uses uPhysFSLayer;