aboutsummaryrefslogtreecommitdiff
path: root/common/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.cpp')
-rw-r--r--common/timer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/timer.cpp b/common/timer.cpp
index f545ceb573..b2b3cbf1bf 100644
--- a/common/timer.cpp
+++ b/common/timer.cpp
@@ -27,6 +27,8 @@
static Engine * eng;
Timer::Timer(Engine * engine) {
+ memset(this,0,sizeof(Timer)); //palmos
+
_initialized = false;
_timerRunning = false;
eng = _engine = engine;