aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.cpp')
-rw-r--r--engines/touche/touche.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index be211a34a1..0c9f16ef6a 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -82,10 +82,7 @@ ToucheEngine::~ToucheEngine() {
}
Common::Error ToucheEngine::init() {
- _system->beginGFXTransaction();
- initCommonGFX(true);
- _system->initSize(kScreenWidth, kScreenHeight);
- _system->endGFXTransaction();
+ initGraphics(kScreenWidth, kScreenHeight, true);
Graphics::setupFont(_language);