add a new .ini setting for child window handling (currently only used for tm2)

This commit is contained in:
FunkyFr3sh 2020-10-21 16:02:00 +02:00
parent ef03ee11c5
commit 8e54756b4a
3 changed files with 10 additions and 4 deletions

View file

@ -104,6 +104,7 @@ typedef struct cnc_ddraw
BOOL sierrahack;
BOOL dk2hack;
BOOL nonexclusive;
BOOL fixchildwindows;
BOOL bnet_active;
BOOL bnet_was_fullscreen;
BOOL bnet_was_upscaled;