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:
parent
175d2f5458
commit
518b940365
3 changed files with 20 additions and 4 deletions
|
@ -75,6 +75,7 @@ typedef struct CNCDDRAWCONFIG
|
|||
int custom_height;
|
||||
int min_font_size;
|
||||
BOOL direct3d_passthrough;
|
||||
BOOL center_cursor_fix;
|
||||
|
||||
/* Hotkeys */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue