diff options
-rw-r--r-- | engines/gob/gob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index faec700145..18cbb9f551 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -146,8 +146,8 @@ int GobEngine::init() { } _system->beginGFXTransaction(); - initCommonGFX(false); _system->initSize(_width, _height); + initCommonGFX(is640()); _system->endGFXTransaction(); // On some systems it's not safe to run CD audio games from the CD. |