diff -r 7e8f91634f80 -r 5baf10a52f43 hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Tue Jul 02 23:49:41 2013 +0200 +++ b/hedgewars/uMisc.pas Wed Jul 03 01:58:45 2013 +0200 @@ -299,7 +299,7 @@ end; procedure initModule; -const SDL_PIXELFORMAT_ABGR8888 = (1 shl 31) or (6 shl 24) or (7 shl 20) or (6 shl 16) or (32 shl 8) or 4; +const SDL_PIXELFORMAT_ABGR8888 = (1 shl 28) or (6 shl 24) or (7 shl 20) or (6 shl 16) or (32 shl 8) or 4; begin conversionFormat:= SDL_AllocFormat(SDL_PIXELFORMAT_ABGR8888); end;