1
0
Fork 0

(svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)

release/0.6
truelight 2007-09-10 00:05:27 +00:00
parent fc80e722cf
commit 8de52c089d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ void Blitter_32bppAnim::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomL
Blitter_32bppOptimized::Draw(bp, mode, zoom);
return;
}
const SpriteLoader::CommonPixel *src, *src_line;
uint32 *dst, *dst_line;
uint8 *anim, *anim_line;