Fixed crash when mmx is disabled and 25% scanlines with interpolation is enabled (bug #142).

This commit is contained in:
jbo_85
2005-10-08 23:36:38 +00:00
parent 35b3225c4b
commit 93737fe31d
2 changed files with 2 additions and 2 deletions

View File

@@ -1542,7 +1542,7 @@ NEWSYM interpolate640x480x16bwin
add edx,4
dec ecx
jnz .ab3
add edi,AddEndBytes
add edi,[AddEndBytes]
add edi,4
mov ecx,255
mov edx,[spritetablea]

View File

@@ -1512,7 +1512,7 @@ NEWSYM interpolate640x480x16bwin
add edx,4
dec ecx
jnz .ab3
add edi,AddEndBytes
add edi,[AddEndBytes]
add edi,4
mov ecx,255
mov edx,[spritetablea]