Bad fix for changing video depth resetting all settings to zero

This commit is contained in:
pelya
2017-04-05 21:50:24 +03:00
committed by Sergii Pylypenko
parent 65a601c1e1
commit 4f81c56d8f
4 changed files with 30 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ Point _right_button_down_pos; ///< Pos of right mouse button click, for drag and
DrawPixelInfo _screen;
bool _screen_disable_anim = false; ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
bool _exit_game;
bool _restart_game;
GameMode _game_mode;
SwitchMode _switch_mode; ///< The next mainloop command.
PauseModeByte _pause_mode;