diff options
author | peter1138 <peter1138@openttd.org> | 2012-01-03 02:38:35 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2012-01-03 02:38:35 +0000 |
commit | 4da7f2b7230b0f199105024b705f3f2fa9b7ec2b (patch) | |
tree | 5992120e6a605e00f76301b4f62474023fb5f118 /src | |
parent | f5caf142c00cac85f0b1a148fbb7306b69fb9e75 (diff) | |
download | openttd-4da7f2b7230b0f199105024b705f3f2fa9b7ec2b.tar.xz |
(svn r23726) -Fix (r23670): Remove debugging code added accidentally
Diffstat (limited to 'src')
-rw-r--r-- | src/blitter/32bpp_anim.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/blitter/32bpp_anim.cpp b/src/blitter/32bpp_anim.cpp index c35713058..4d81a538e 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; |