changeset 18877:d3e4d378de13 draft

(svn r23726) -Fix (r23670): Remove debugging code added accidentally
author peter1138 <peter1138@openttd.org>
date Tue, 03 Jan 2012 02:38:35 +0000
parents f07039e124aa
children 503697757a2c
files src/blitter/32bpp_anim.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/blitter/32bpp_anim.cpp
+++ b/src/blitter/32bpp_anim.cpp
@@ -423,9 +423,6 @@
 		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;