aboutsummaryrefslogtreecommitdiff
path: root/gob/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/global.cpp')
-rw-r--r--gob/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/global.cpp b/gob/global.cpp
index 61ef89e6ef..16605777a9 100644
--- a/gob/global.cpp
+++ b/gob/global.cpp
@@ -67,7 +67,7 @@ int16 requiredSpace = 0;
/* Timer variables */
int32 startTime = 0;
-char timer_enabled = 0;
+char timer_enabled = 1;
int16 timer_delta = 1000;
int16 frameWaitTime = 0;