aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-04 14:54:56 +0300
committerEugene Sandulenko2013-07-04 14:54:56 +0300
commitb286a6d033287dce11dfa4216ad11728b892667d (patch)
tree706e8a45ff8754c1f2b6760e56bf7540387b6554 /backends/graphics
parent93fc2608859c9cb64f291eeacb766c53d4b55323 (diff)
downloadscummvm-rg350-b286a6d033287dce11dfa4216ad11728b892667d.tar.gz
scummvm-rg350-b286a6d033287dce11dfa4216ad11728b892667d.tar.bz2
scummvm-rg350-b286a6d033287dce11dfa4216ad11728b892667d.zip
RECORDER: Fix guard ifdef
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/surfacesdl/surfacesdl-graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
index e174a6e807..f66f43e8bf 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
@@ -768,7 +768,7 @@ bool SurfaceSdlGraphicsManager::loadGFXMode() {
}
-#ifdef ENABLE_KEYMAPPER
+#ifdef ENABLE_EVENTRECORDER
_displayDisabled = ConfMan.getBool("disable_display");
if (_displayDisabled) {