Changeset - r7557:1821f4ba38b6
[Not reviewed]
master
0 1 0
truelight - 17 years ago 2007-09-10 00:05:27
truelight@openttd.org
(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/blitter/32bpp_anim.cpp
Show inline comments
 
@@ -15,6 +15,7 @@ void Blitter_32bppAnim::Draw(Blitter::Bl
 
		Blitter_32bppOptimized::Draw(bp, mode, zoom);
 
		return;
 
	}
 

	
 
	const SpriteLoader::CommonPixel *src, *src_line;
 
	uint32 *dst, *dst_line;
 
	uint8 *anim, *anim_line;
0 comments (0 inline, 0 general)