summaryrefslogtreecommitdiff
path: root/src/os/macosx/splash.cpp
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-10-27 11:26:19 +0000
committerbjarni <bjarni@openttd.org>2007-10-27 11:26:19 +0000
commit18096c4e3c999a0cd994accaf03f08499daf5d65 (patch)
treea7929c05ea9a9367fd6d67cd65a94cae054ead33 /src/os/macosx/splash.cpp
parentc0747d26f0a10ad36a24bfc085ea985a53b79cfb (diff)
downloadopenttd-18096c4e3c999a0cd994accaf03f08499daf5d65.tar.xz
(svn r11351) -Fix (r11342): [OSX] killed a warning
Diffstat (limited to 'src/os/macosx/splash.cpp')
-rw-r--r--src/os/macosx/splash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp
index 45973c781..cbab4d1ce 100644
--- a/src/os/macosx/splash.cpp
+++ b/src/os/macosx/splash.cpp
@@ -139,7 +139,7 @@ void DisplaySplashImage()
break;
case 32: {
uint32 *dst;
- int x;
+ uint x;
memset(_screen.dst_ptr, 0xff000000, _screen.pitch * _screen.height * 4);