Fixed code position
This commit is contained in:
@@ -1585,7 +1585,7 @@ void initwinvideo(void)
|
|||||||
|
|
||||||
if (Moving == 1) return;
|
if (Moving == 1) return;
|
||||||
|
|
||||||
if (FullScreen == 0 && PrevFull == 1)
|
if (FullScreen == 0 && PrevFull == 1 || newmode == 1)
|
||||||
{
|
{
|
||||||
PrevFull = 0;
|
PrevFull = 0;
|
||||||
ReleaseDirectDraw();
|
ReleaseDirectDraw();
|
||||||
@@ -1593,7 +1593,7 @@ void initwinvideo(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FullScreen == 1 && PrevFull != 1 || newmode == 1)
|
if (FullScreen == 1 && PrevFull != 1)
|
||||||
{
|
{
|
||||||
PrevFull = 1;
|
PrevFull = 1;
|
||||||
InitDirectDraw();
|
InitDirectDraw();
|
||||||
|
|||||||
Reference in New Issue
Block a user