Codechange: Remove PauseModeByte

This commit is contained in:
Charles Pigott
2019-04-22 13:14:46 +01:00
committed by PeterN
parent e18c8c30be
commit 327ff89808
4 changed files with 6 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ bool _screen_disable_anim = false; ///< Disable palette animation (important f
bool _exit_game;
GameMode _game_mode;
SwitchMode _switch_mode; ///< The next mainloop command.
PauseModeByte _pause_mode;
PauseMode _pause_mode;
Palette _cur_palette;
static byte _stringwidth_table[FS_END][224]; ///< Cache containing width of often used characters. @see GetCharacterWidth()