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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index 0f9200601b..f037d7010c 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -64,6 +64,7 @@ ToucheEngine::ToucheEngine(OSystem *system, Common::Language language)
_fullRedrawCounter = 0;
_redrawScreenCounter1 = 0;
memset(_paletteBuffer, 0, sizeof(_paletteBuffer));
+ setupOpcodes();
Common::addSpecialDebugLevel(kDebugEngine, "Engine", "Engine debug level");
Common::addSpecialDebugLevel(kDebugGraphics, "Graphics", "Graphics debug level");