summaryrefslogtreecommitdiff
path: root/src/date.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.cpp')
-rw-r--r--src/date.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.cpp b/src/date.cpp
index 9a361d294..4b9a49f6d 100644
--- a/src/date.cpp
+++ b/src/date.cpp
@@ -26,7 +26,7 @@ Year _cur_year; ///< Current year, starting at 0
Month _cur_month; ///< Current month (0..11)
Date _date; ///< Current date in days (day counter)
DateFract _date_fract;
-
+uint16 _tick_counter; ///< Ever incrementing (and sometimes wrapping) tick counter for setting off various events
void SetDate(Date date)
{