always run bnet in windowed mode

This commit is contained in:
FunkyFr3sh 2019-08-19 17:02:36 +02:00
parent 45b71311b8
commit 1198cb0e93
3 changed files with 37 additions and 27 deletions

View file

@ -132,6 +132,7 @@ typedef struct IDirectDrawImpl
BOOL resizable;
BOOL bnetActive;
BOOL bnetWasFullscreen;
BOOL bnetWasUpscaled;
RECT bnetWinRect;
POINT bnetPos;
SpeedLimiter ticksLimiter;