Another switch fullscreen fix

This commit is contained in:
pagefault
2001-08-24 22:45:19 +00:00
parent c1e33fb082
commit d38ae99543
4 changed files with 20 additions and 18 deletions

View File

@@ -829,15 +829,6 @@ GUIProcVideo:
cmp dword[GUIkeydelay],0
je .failed2
mov dword[GUIkeydelay],0
xor eax,eax
mov al,[cvidmode]
cmp byte[GUIWFVID+eax],1
je .fullsc
mov byte[PrevWinMode],al
ret
.fullsc
mov byte[PrevFSMode],al
ret
.failed
mov byte[videotroub],0
mov al,[.prevvid]