aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/engine.cpp b/common/engine.cpp
index 0d4a0339af..6227cb9194 100644
--- a/common/engine.cpp
+++ b/common/engine.cpp
@@ -41,6 +41,7 @@ Engine::Engine(GameDetector *detector, OSystem *syst)
g_system = _system;
g_mixer = _mixer;
_timer = new Timer(this);
+ _timer->init();
}
Engine::~Engine()