diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-08 08:01:01 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-08 08:01:01 -0500 |
commit | 02419534e3a0753abc74d8d15b1dc8ac0e3b31a7 (patch) | |
tree | e09fa5d03fe04024641844745a3ff6197683f785 /main.cpp | |
parent | c1aed2c62f32976b60e4036cbc284fb129f8a7e1 (diff) |
world lighting work
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |