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

pull/155/head
truelight 17 years ago
parent 65aed53cab
commit f055b0b557

@ -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