(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
authortruelight
Mon, 10 Sep 2007 00:05:27 +0000
changeset 8053 2e4ea3db6b9c
parent 8052 3056e53dfe42
child 8054 158d3adaa267
(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
src/blitter/32bpp_anim.cpp
--- a/src/blitter/32bpp_anim.cpp	Mon Sep 10 00:03:47 2007 +0000
+++ b/src/blitter/32bpp_anim.cpp	Mon Sep 10 00:05:27 2007 +0000
@@ -15,6 +15,7 @@
 		Blitter_32bppOptimized::Draw(bp, mode, zoom);
 		return;
 	}
+
 	const SpriteLoader::CommonPixel *src, *src_line;
 	uint32 *dst, *dst_line;
 	uint8 *anim, *anim_line;