diff options
author | bjarni <bjarni@openttd.org> | 2007-10-27 11:26:19 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-10-27 11:26:19 +0000 |
commit | 18096c4e3c999a0cd994accaf03f08499daf5d65 (patch) | |
tree | a7929c05ea9a9367fd6d67cd65a94cae054ead33 /src | |
parent | c0747d26f0a10ad36a24bfc085ea985a53b79cfb (diff) | |
download | openttd-18096c4e3c999a0cd994accaf03f08499daf5d65.tar.xz |
(svn r11351) -Fix (r11342): [OSX] killed a warning
Diffstat (limited to 'src')
-rw-r--r-- | src/os/macosx/splash.cpp | 2 |
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); |