(svn r23726) -Fix (r23670): Remove debugging code added accidentally

This commit is contained in:
peter1138
2012-01-03 02:38:35 +00:00
parent efe0fcf48d
commit 570d2dcbed

View File

@@ -423,9 +423,6 @@ void Blitter_32bppAnim::PaletteAnimate(const Palette &palette)
this->palette.count_dirty--; this->palette.count_dirty--;
} }
this->palette.first_dirty = 1;
this->palette.count_dirty = 255;
const uint16 *anim = this->anim_buf; const uint16 *anim = this->anim_buf;
uint32 *dst = (uint32 *)_screen.dst_ptr; uint32 *dst = (uint32 *)_screen.dst_ptr;