new .ini option "maxgameticks=-2"

This commit is contained in:
FunkyFr3sh 2021-02-19 03:24:11 +01:00
parent fe4181cc98
commit 65443fa4e4
5 changed files with 53 additions and 20 deletions

View file

@ -106,6 +106,7 @@ typedef struct cnc_ddraw
BOOL nonexclusive;
BOOL fixchildwindows;
BOOL d3d9linear;
int maxgameticks;
BOOL bnet_active;
BOOL bnet_was_fullscreen;
BOOL bnet_was_upscaled;