mirror of https://github.com/OpenTTD/OpenTTD
(svn r26970) -Fix (r26969): non-sse animated blitter crashed occasionally
parent
9c31ffd893
commit
8c7f376ae1
|
@ -180,8 +180,8 @@ inline void Blitter_32bppAnim::Draw(const Blitter::BlitterParams *bp, ZoomLevel
|
||||||
do {
|
do {
|
||||||
*dst++ = Colour(0, 0, 0);
|
*dst++ = Colour(0, 0, 0);
|
||||||
*anim++ = 0;
|
*anim++ = 0;
|
||||||
anim++;
|
src_px++;
|
||||||
dst++;
|
src_n++;
|
||||||
} while (--n != 0);
|
} while (--n != 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue