summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 322c450dd..8f2717e1f 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -31,6 +31,7 @@ bool _left_button_clicked;
bool _right_button_down;
bool _right_button_clicked;
DrawPixelInfo _screen;
+bool _screen_disable_anim = false; ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
bool _exit_game;
bool _networking; ///< are we in networking mode?
byte _game_mode;