aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a9b172b..af962db 100644
--- a/main.cpp
+++ b/main.cpp
@@ -87,7 +87,7 @@ extern Menu *currentMenu;
* The current number of ticks, used for logic operations and day/night cycles.
*/
-unsigned int tickCount = DAY_CYCLE;
+unsigned int tickCount = 0;
/**
* TODO