aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index 1b4a11df0c..aa110ce008 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -77,6 +77,10 @@ Common::ErrorCode TonyEngine::Init() {
m_bDrawLocation = true;
m_startTime = g_system->getMillis();
+ // Init static class fields
+ RMText::InitStatics();
+ RMTony::InitStatics();
+
// Reset the scheduler
CoroScheduler.reset();