From beab4e3ca537f93d560640093e2f56c3120bceb4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 22 Sep 2008 20:58:31 +0000 Subject: TOLTECS: Correct initialization for graphics. Since the game is 640x480, it should be default to 1x scaler. --- engines/toltecs/toltecs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp index 3c9f1dbda9..a5c1caf89f 100644 --- a/engines/toltecs/toltecs.cpp +++ b/engines/toltecs/toltecs.cpp @@ -81,7 +81,7 @@ ToltecsEngine::~ToltecsEngine() { int ToltecsEngine::init() { // Initialize backend _system->beginGFXTransaction(); - initCommonGFX(false); + initCommonGFX(true); _system->initSize(640, 400); _system->endGFXTransaction(); return 0; -- cgit v1.2.3