Console commands and other improvements for automated testing

This commit is contained in:
dP
2021-07-28 21:35:57 +03:00
parent 68ffdb88a7
commit 16ec18a70d
8 changed files with 177 additions and 29 deletions

View File

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