Returning from GUI while paused now restores game screen.

This commit is contained in:
n-a-c-h
2005-04-05 23:46:21 +00:00
parent 1926a43e6a
commit e1a3745a3f

View File

@@ -110,6 +110,7 @@ EXTSYM NetPlayNoMore,MovieSeekBehind
EXTSYM statefileloc,CHIPBATT,SaveSramData,BackupCVFrame,RestoreCVFrame,loadstate EXTSYM statefileloc,CHIPBATT,SaveSramData,BackupCVFrame,RestoreCVFrame,loadstate
EXTSYM KeyInsrtChap,KeyNextChap,KeyPrevChap,MovieInsertChapter,MovieSeekAhead,ResetDuringMovie EXTSYM KeyInsrtChap,KeyNextChap,KeyPrevChap,MovieInsertChapter,MovieSeekAhead,ResetDuringMovie
EXTSYM EMUPauseKey,INCRFrameKey,MovieWaiting EXTSYM EMUPauseKey,INCRFrameKey,MovieWaiting
EXTSYM copyvid
%ifdef __MSDOS__ %ifdef __MSDOS__
EXTSYM dssel EXTSYM dssel
@@ -1991,7 +1992,9 @@ NEWSYM cpuover
jmp .noemupause jmp .noemupause
.noframeincr .noframeincr
cmp byte[EMUPause],1 cmp byte[EMUPause],1
je .nonewgfx jne .noemupause
call copyvid ;Update screen
jmp .nonewgfx
.noemupause .noemupause
cmp byte[MovieProcessing],0 cmp byte[MovieProcessing],0