summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/timer.c b/src/common/timer.c
index 7d03d4e5e..3c5f92d9a 100644
--- a/src/common/timer.c
+++ b/src/common/timer.c
@@ -25,7 +25,7 @@ static int timer_data_max,timer_data_num;
static int* free_timer_list;
static int free_timer_list_max, free_timer_list_pos;
-static int timer_heap_max;
+static int timer_heap_max=0; //fixed Shinomori from eA forums
static int* timer_heap = NULL;
// for debug