summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timer.cpp b/src/timer.cpp
index 0c2cabbbe..6ccdbb9bd 100644
--- a/src/timer.cpp
+++ b/src/timer.cpp
@@ -22,10 +22,9 @@
#include "helperfuncs.h"
#include "timer.h"
-extern time_t TIME;
-
typedef std::vector<InspTimer*> timergroup;
typedef std::map<time_t, timergroup*> timerlist;
+
timerlist Timers;
void TickTimers(time_t TIME)