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

This commit is contained in:
truelight 2007-09-10 14:55:46 +00:00
parent 8de52c089d
commit 1de38b4119
1 changed files with 0 additions and 2 deletions

View File

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