summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-01-11 17:12:41 +0000
committerfrosch <frosch@openttd.org>2008-01-11 17:12:41 +0000
commit7d3ecec5b965870aaaaad339079a3ad46d9e8a1e (patch)
tree1c8f4f25209426578fbcfb87aa8be78f439db8c0 /src/gfx_func.h
parentfa1f94e599c317c234ed07f18adbddd527b86470 (diff)
downloadopenttd-7d3ecec5b965870aaaaad339079a3ad46d9e8a1e.tar.xz
(svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots.
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index 0103e7044..a4033caed 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -55,6 +55,7 @@ extern bool _right_button_down;
extern bool _right_button_clicked;
extern DrawPixelInfo _screen;
+extern bool _screen_disable_anim; ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
extern int _pal_first_dirty;
extern int _pal_count_dirty;