Better switch full screen fix

This commit is contained in:
pagefault
2001-08-24 21:40:55 +00:00
parent de4d605413
commit ad9df5d662
3 changed files with 16 additions and 2 deletions

View File

@@ -1491,7 +1491,6 @@ extern unsigned char cvidmode;
DWORD FirstVid=1;
DWORD FirstFull=1;
extern BYTE GUIWFVID[];
extern BYTE PrevWinMode;
void clearwin();
char WinName[]={"ZSNESW\0"};
@@ -1512,7 +1511,6 @@ void initwinvideo(void)
X=0;
Y=0;
FullScreen=GUIWFVID[cvidmode];
if (GUIWFVID[cvidmode] == 0) PrevWinMode = cvidmode;
switch (cvidmode)
{