(svn r11813) -Fix [FS#1602]: Switch _screen to the output buffer and disable usage of 32bpp-anim animation buffer during giant screenshots.

This commit is contained in:
frosch
2008-01-11 17:12:41 +00:00
parent 4d04077156
commit cbe7e5d668
4 changed files with 47 additions and 4 deletions

View File

@@ -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;