Changeset - r18867:297ce9ff5a82
[Not reviewed]
master
0 1 0
peter1138 - 13 years ago 2012-01-03 02:38:35
peter1138@openttd.org
(svn r23726) -Fix (r23670): Remove debugging code added accidentally
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_anim.cpp
Show inline comments
 
@@ -423,9 +423,6 @@ void Blitter_32bppAnim::PaletteAnimate(c
 
		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;
 

	
0 comments (0 inline, 0 general)