Fix annoying savestate bug
This commit is contained in:
@@ -1998,7 +1998,7 @@ NEWSYM loadstate
|
|||||||
dec ecx
|
dec ecx
|
||||||
jnz .next
|
jnz .next
|
||||||
cmp byte[versn],60
|
cmp byte[versn],60
|
||||||
jne near .convert
|
jb near .convert
|
||||||
mov dword[Msgptr],.loadmsg
|
mov dword[Msgptr],.loadmsg
|
||||||
jmp .noconvert
|
jmp .noconvert
|
||||||
.convert
|
.convert
|
||||||
|
|||||||
Reference in New Issue
Block a user