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, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp
index c91a2db2f1..d614257617 100644
--- a/engines/touche/touche.cpp
+++ b/engines/touche/touche.cpp
@@ -74,7 +74,7 @@ ToucheEngine::ToucheEngine(OSystem *system)
Common::addSpecialDebugLevel(kDebugOpcodes, "Opcodes", "Opcodes debug level");
Common::addSpecialDebugLevel(kDebugMenu, "Menu", "Menu debug level");
- system->getEventManager()->registerRandomSource(_rnd, "touche");
+ _eventMan->registerRandomSource(_rnd, "touche");
}
ToucheEngine::~ToucheEngine() {