Fixed rewind during movie record.

This commit is contained in:
n-a-c-h
2005-04-19 22:46:24 +00:00
parent 10839320be
commit 8429964f38

View File

@@ -1488,6 +1488,10 @@ NEWSYM cpuover
jmp .nonewgfx
.noemupause
;Rewind update must be done before process this frame of movie, so rewind doesn't
;back up incremented values (some vars being for the next frame)
call UpdateRewind
cmp byte[MovieProcessing],0
je .noprocmovie
pushad
@@ -1507,8 +1511,6 @@ NEWSYM cpuover
jmp OSExit
.noprocmovie
call UpdateRewind
cmp byte[snesmouse],4
jne .nolethalen
mov eax,[LethEnData]