Stunt Race FX old graphics engine force fixed (hopefully)

This commit is contained in:
zsknight
2001-05-09 21:54:56 +00:00
parent 61397a1628
commit fa09819b6a

View File

@@ -2816,8 +2816,8 @@ NEWSYM preparesfx
mov byte[SFXCounter],0 mov byte[SFXCounter],0
mov esi,[romdata] mov esi,[romdata]
add esi,07FC0h add esi,07FC0h
cmp dword[esi],'FX S' ; cmp dword[esi],'FX S'
je .yessfxcounter ; je .yessfxcounter
cmp dword[esi],'Stun' cmp dword[esi],'Stun'
jne .nosfxcounter jne .nosfxcounter
mov byte[ForceNewGfxOff],1 mov byte[ForceNewGfxOff],1