aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2016-08-15 19:59:46 +0200
committerMartin Kiewitz2016-08-15 19:59:46 +0200
commitece303d7e337dbc35240d719b25d7e86b3809d92 (patch)
tree359d87cf8b104fdee6b582ba1792dbbddf3a83c2 /engines/sci/sci.cpp
parent21e82aef5f256e6d6daba9266c936569cf2e1eab (diff)
downloadscummvm-rg350-ece303d7e337dbc35240d719b25d7e86b3809d92.tar.gz
scummvm-rg350-ece303d7e337dbc35240d719b25d7e86b3809d92.tar.bz2
scummvm-rg350-ece303d7e337dbc35240d719b25d7e86b3809d92.zip
SCI: Move GUI-options to sci.h
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r--engines/sci/sci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 1e8eca9a67..9ec8035701 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -252,7 +252,7 @@ Common::Error SciEngine::run() {
// - Police Quest 4 CD
// TODO: Check, if Gabriel Knight 1 floppy supports high resolution
// TODO: Check, if Gabriel Knight 1 on Mac supports high resolution
- if (Common::checkGameGUIOption(GUIO_GAMEOPTIONS8, ConfMan.get("guioptions"))) {
+ if (Common::checkGameGUIOption(GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, ConfMan.get("guioptions"))) {
// GAMEOPTION_HIGH_RESOLUTION_GRAPHICS is available for the currently detected game,
// so read the user option now.
// We need to do this, because the option's default is "true", but we don't want "true"