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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index f4b2ec21ea..e7ed77e4a3 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -63,6 +63,8 @@ ToucheEngine::ToucheEngine(OSystem *system, Common::Language language)
_menuRedrawCounter = 0;
memset(_paletteBuffer, 0, sizeof(_paletteBuffer));
+ Graphics::setupFont(_language);
+
setupOpcodes();
Common::addSpecialDebugLevel(kDebugEngine, "Engine", "Engine debug level");