diff -r a72ace943bfd -r 00568d3054d0 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Sun Aug 12 23:05:15 2012 +0400 +++ b/hedgewars/SDLh.pas Sun Aug 19 22:13:41 2012 +0400 @@ -410,12 +410,10 @@ PSDL_Color = ^TSDL_Color; TSDL_Color = record - case Byte of - 0: ( r: Byte; - g: Byte; - b: Byte; - unused: Byte; ); - 1: ( value: LongWord; ); + r: Byte; + g: Byte; + b: Byte; + unused: Byte; end;