File diff r25709:feac296d221b → r25710:60c9c8536270
src/gfx.cpp
Show inline comments
 
@@ -41,7 +41,7 @@ bool _right_button_down;    ///< Is righ
 
bool _right_button_clicked; ///< Is right mouse button clicked?
 
DrawPixelInfo _screen;
 
bool _screen_disable_anim = false;   ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
 
bool _exit_game;
 
std::atomic<bool> _exit_game;
 
GameMode _game_mode;
 
SwitchMode _switch_mode;  ///< The next mainloop command.
 
PauseMode _pause_mode;