Fixed bugs in fullscreen button

This commit is contained in:
pagefault
2001-08-24 21:02:56 +00:00
parent 8faa507fdc
commit 322c15ffc9
3 changed files with 6 additions and 10 deletions

View File

@@ -833,10 +833,10 @@ GUIProcVideo:
mov al,[cvidmode]
cmp byte[GUIWFVID+eax],1
je .fullsc
mov [PrevWinMode],al
mov byte[PrevWinMode],al
ret
.fullsc
mov [PrevFSMode],al
mov byte[PrevFSMode],al
ret
.failed
mov byte[videotroub],0