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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 13 years ago
parent f5caf142c0
commit 4da7f2b723

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

Loading…
Cancel
Save