Add step console command to advance n ticks

This commit is contained in:
dP
2020-06-05 19:11:09 +03:00
parent f2b6576d8f
commit 5ce2d21223
9 changed files with 29 additions and 3 deletions
+1
View File
@@ -64,6 +64,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
AllocateMap(size_x, size_y);
_pause_mode = PM_UNPAUSED;
_pause_countdown = 0;
_fast_forward = 0;
_tick_counter = 0;
_cur_tileloop_tile = 1;