aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/PlatformSDL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/PlatformSDL.cpp')
-rw-r--r--engines/wintermute/PlatformSDL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/PlatformSDL.cpp b/engines/wintermute/PlatformSDL.cpp
index 3335bd3155..2446cb210f 100644
--- a/engines/wintermute/PlatformSDL.cpp
+++ b/engines/wintermute/PlatformSDL.cpp
@@ -92,7 +92,7 @@ int CBPlatform::Initialize(CBGame *inGame, int argc, char *argv[]) {
Game->_smartCache = false;
}
- bool AllowDirectDraw = Game->_registry->ReadBool("Debug", "AllowDirectDraw", false);
+/* bool AllowDirectDraw = Game->_registry->ReadBool("Debug", "AllowDirectDraw", false);*/
// load general game settings
Game->Initialize1();