Fixed full-screen mode switch before using any full screen video modes in the windows port.

This commit is contained in:
zsknight
2001-05-08 00:33:32 +00:00
parent b9d674aa2e
commit 6515f13015

View File

@@ -1439,6 +1439,12 @@ NEWSYM StartGUI
%ifndef __MSDOS__
mov byte[sampratenext+3],0
%endif
%ifdef __WIN32__
cmp byte[PrevFSMode],5
jne .notvm5
mov byte[PrevFSMode],7
.notvm5
%endif
;.dosport
mov ecx,64
mov eax,SpecialLine