# HG changeset patch # User truelight # Date 1189382727 0 # Node ID 2e4ea3db6b9cb02aa6d70900b165072c698452ec # Parent 3056e53dfe42a8d8e68a09fce17edce611ac3ba6 (svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!) diff -r 3056e53dfe42 -r 2e4ea3db6b9c 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;