aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/toltecs.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/toltecs/toltecs.cpp b/engines/toltecs/toltecs.cpp
index 180da78692..42a1b20b33 100644
--- a/engines/toltecs/toltecs.cpp
+++ b/engines/toltecs/toltecs.cpp
@@ -84,11 +84,7 @@ void ToltecsEngine::syncSoundSettings() {
}
Common::Error ToltecsEngine::run() {
- // Initialize backend
- _system->beginGFXTransaction();
- initCommonGFX(true);
- _system->initSize(640, 400);
- _system->endGFXTransaction();
+ initGraphics(640, 400, true);
_isSaveAllowed = true;