diff options
| author | Max Horn | 2006-02-17 00:01:18 +0000 |
|---|---|---|
| committer | Max Horn | 2006-02-17 00:01:18 +0000 |
| commit | a96760a2fdf32a1dc3c6cb44cfd247e4b1b3ab79 (patch) | |
| tree | 499b85db76c71d966c30aa0b35deb35a68642a0c /engines/gob | |
| parent | fde1da92f068f700d82774360dd6cd05c6c0adcc (diff) | |
| download | scummvm-rg350-a96760a2fdf32a1dc3c6cb44cfd247e4b1b3ab79.tar.gz scummvm-rg350-a96760a2fdf32a1dc3c6cb44cfd247e4b1b3ab79.tar.bz2 scummvm-rg350-a96760a2fdf32a1dc3c6cb44cfd247e4b1b3ab79.zip | |
Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::initCommonGFX; added a TODO stating that it should eventually be removed completly
svn-id: r20738
Diffstat (limited to 'engines/gob')
| -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 a3285b219f..7a8bbee3bb 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -316,7 +316,7 @@ int GobEngine::init(GameDetector &detector) { _music = new Music(this); _system->beginGFXTransaction(); - initCommonGFX(detector); + initCommonGFX(detector, false); _system->initSize(320, 200); _system->endGFXTransaction(); |
