From 4da7f2b7230b0f199105024b705f3f2fa9b7ec2b Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 3 Jan 2012 02:38:35 +0000 Subject: [PATCH] (svn r23726) -Fix (r23670): Remove debugging code added accidentally --- src/blitter/32bpp_anim.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/blitter/32bpp_anim.cpp b/src/blitter/32bpp_anim.cpp index c357130588..4d81a538ec 100644 --- a/src/blitter/32bpp_anim.cpp +++ b/src/blitter/32bpp_anim.cpp @@ -423,9 +423,6 @@ void Blitter_32bppAnim::PaletteAnimate(const Palette &palette) this->palette.count_dirty--; } - this->palette.first_dirty = 1; - this->palette.count_dirty = 255; - const uint16 *anim = this->anim_buf; uint32 *dst = (uint32 *)_screen.dst_ptr;