diff options
author | Oystein Eftevaag | 2011-08-02 21:00:57 -0400 |
---|---|---|
committer | Oystein Eftevaag | 2011-08-02 21:00:57 -0400 |
commit | 7e7e6069193fead17d0865d252400b6826805ffc (patch) | |
tree | 363ba1268a4724f7039d4ce2d53a3192c307a67f /backends/platform | |
parent | 9044e17499797ef007c9c8240d79f69382f61765 (diff) | |
download | scummvm-rg350-7e7e6069193fead17d0865d252400b6826805ffc.tar.gz scummvm-rg350-7e7e6069193fead17d0865d252400b6826805ffc.tar.bz2 scummvm-rg350-7e7e6069193fead17d0865d252400b6826805ffc.zip |
MACOSX: Turned update support off by default, simplified and cleaned the pull request
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/sdl/macosx/macosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp index 39fd4237ec..d9de4e5e33 100644 --- a/backends/platform/sdl/macosx/macosx.cpp +++ b/backends/platform/sdl/macosx/macosx.cpp @@ -64,7 +64,7 @@ void OSystem_MacOSX::initBackend() { // Replace the SDL generated menu items with our own translated ones on Mac OS X replaceApplicationMenuItems(); -#if defined(USE_SPARKLE) +#ifdef USE_SPARKLE // Initialize updates manager _updateManager = new MacOSXUpdateManager(); #endif |