From 4f403f4dd356693b1ca3ef02d3b17ef8fef118e7 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 25 Jul 2007 16:12:19 +0000 Subject: Use default to 1x scaler for 640x480 games to avoid superbig resolutions. svn-id: r28197 --- engines/gob/gob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob') 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. -- cgit v1.2.3