mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-28 16:09:36 +01:00
(svn r26970) -Fix (r26969): non-sse animated blitter crashed occasionally
This commit is contained in:
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
Block a user