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

View File

@@ -46,6 +46,7 @@ bool _exit_game;
GameMode _game_mode;
SwitchMode _switch_mode; ///< The next mainloop command.
PauseMode _pause_mode;
uint32 _pause_countdown;
Palette _cur_palette;
static byte _stringwidth_table[FS_END][224]; ///< Cache containing width of often used characters. @see GetCharacterWidth()