mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r11351) -Fix (r11342): [OSX] killed a warning
This commit is contained in:
parent
c0747d26f0
commit
18096c4e3c
@ -139,7 +139,7 @@ void DisplaySplashImage()
|
|||||||
break;
|
break;
|
||||||
case 32: {
|
case 32: {
|
||||||
uint32 *dst;
|
uint32 *dst;
|
||||||
int x;
|
uint x;
|
||||||
|
|
||||||
memset(_screen.dst_ptr, 0xff000000, _screen.pitch * _screen.height * 4);
|
memset(_screen.dst_ptr, 0xff000000, _screen.pitch * _screen.height * 4);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user