aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-09-30 06:09:07 +0000
committerPaweł Kołodziejski2002-09-30 06:09:07 +0000
commit9c436e622043e3dae548c0e95fb549b1da4e4356 (patch)
tree7e296c8a04cfc0eb80205afa6c10953026a7fdf9 /common
parentc601bbd9647a6ab1a1644285519b5725d63fbe6d (diff)
downloadscummvm-rg350-9c436e622043e3dae548c0e95fb549b1da4e4356.tar.gz
scummvm-rg350-9c436e622043e3dae548c0e95fb549b1da4e4356.tar.bz2
scummvm-rg350-9c436e622043e3dae548c0e95fb549b1da4e4356.zip
oops
svn-id: r5050
Diffstat (limited to 'common')
-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()