aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-03-08 08:01:01 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-03-08 08:01:01 -0500
commit02419534e3a0753abc74d8d15b1dc8ac0e3b31a7 (patch)
treee09fa5d03fe04024641844745a3ff6197683f785 /main.cpp
parentc1aed2c62f32976b60e4036cbc284fb129f8a7e1 (diff)
world lighting work
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