From 5076c6a231ad300ba7b3a5fb912d9b7906a470c8 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 19 Apr 2005 08:29:43 +0000 Subject: Call initCommonGFX() to set the graphics mode etc. svn-id: r17684 --- gob/gob.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gob/gob.cpp') diff --git a/gob/gob.cpp b/gob/gob.cpp index 8488edd388..2388e74a26 100644 --- a/gob/gob.cpp +++ b/gob/gob.cpp @@ -111,6 +111,11 @@ void GobEngine::errorString(const char *buf1, char *buf2) { } int GobEngine::init(GameDetector &detector) { + _system->beginGFXTransaction(); + initCommonGFX(detector); + _system->initSize(320, 200); + _system->endGFXTransaction(); + debugFlag = 1; breakSet = 0; doRangeClamp = 1; -- cgit v1.2.3