aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/macosx/macosx.cpp
diff options
context:
space:
mode:
authorOystein Eftevaag2011-08-02 21:00:57 -0400
committerOystein Eftevaag2011-08-02 21:00:57 -0400
commit7e7e6069193fead17d0865d252400b6826805ffc (patch)
tree363ba1268a4724f7039d4ce2d53a3192c307a67f /backends/platform/sdl/macosx/macosx.cpp
parent9044e17499797ef007c9c8240d79f69382f61765 (diff)
downloadscummvm-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/sdl/macosx/macosx.cpp')
-rw-r--r--backends/platform/sdl/macosx/macosx.cpp2
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