add hack for games that require the cursor to be in the exact center of the screen (Worms 2 / Atlantis)

This commit is contained in:
FunkyFr3sh 2024-05-12 21:35:28 +02:00
parent 175d2f5458
commit 518b940365
3 changed files with 20 additions and 4 deletions

View file

@ -75,6 +75,7 @@ typedef struct CNCDDRAWCONFIG
int custom_height;
int min_font_size;
BOOL direct3d_passthrough;
BOOL center_cursor_fix;
/* Hotkeys */