changeset 9311 | 5baf10a52f43 |
parent 9080 | 9b42757d7e71 |
child 9317 | a04c30940d2d |
--- 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;