SCI: Move GUI-options to sci.h
This commit is contained in:
parent
21e82aef5f
commit
ece303d7e3
3 changed files with 14 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue