Fixed crash when mmx is disabled and 25% scanlines with interpolation is enabled (bug #142).
This commit is contained in:
@@ -1542,7 +1542,7 @@ NEWSYM interpolate640x480x16bwin
|
|||||||
add edx,4
|
add edx,4
|
||||||
dec ecx
|
dec ecx
|
||||||
jnz .ab3
|
jnz .ab3
|
||||||
add edi,AddEndBytes
|
add edi,[AddEndBytes]
|
||||||
add edi,4
|
add edi,4
|
||||||
mov ecx,255
|
mov ecx,255
|
||||||
mov edx,[spritetablea]
|
mov edx,[spritetablea]
|
||||||
|
|||||||
@@ -1512,7 +1512,7 @@ NEWSYM interpolate640x480x16bwin
|
|||||||
add edx,4
|
add edx,4
|
||||||
dec ecx
|
dec ecx
|
||||||
jnz .ab3
|
jnz .ab3
|
||||||
add edi,AddEndBytes
|
add edi,[AddEndBytes]
|
||||||
add edi,4
|
add edi,4
|
||||||
mov ecx,255
|
mov ecx,255
|
||||||
mov edx,[spritetablea]
|
mov edx,[spritetablea]
|
||||||
|
|||||||
Reference in New Issue
Block a user