add new .ini setting to force release alt key on alt+tab

This commit is contained in:
FunkyFr3sh 2021-09-16 01:57:44 +02:00
parent 098bf6a248
commit 58a86abfc8
3 changed files with 20 additions and 15 deletions

View file

@ -135,6 +135,7 @@ typedef struct CNCDDRAW
BOOL cnchack;
int maxgameticks;
BOOL alt_key_down;
BOOL releasealt;
BOOL bnet_active;
BOOL bnet_was_fullscreen;
BOOL bnet_was_upscaled;