(svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to frosch)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 17 years ago
parent 8de52c089d
commit 1de38b4119

@ -49,8 +49,6 @@ void Blitter_32bppAnim::Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomL
int skip = UnScaleByZoom(src->r, zoom);
dst += skip;
/* Make sure the anim-buffer is cleared */
memset(anim, 0, skip);
anim += skip;
x += skip - 1;
src += ScaleByZoom(1, zoom) * skip;

Loading…
Cancel
Save