remove "handlemouse" setting

This commit is contained in:
FunkyFr3sh 2021-06-16 05:57:19 +02:00
parent 2dc684c9f7
commit f1bcff220d
10 changed files with 175 additions and 181 deletions

View file

@ -104,7 +104,6 @@ typedef struct CNCDDRAW
BOOL fullscreen;
BOOL maintas;
BOOL noactivateapp;
BOOL handlemouse;
char shader[MAX_PATH];
BOOL wine;
BOOL altenter;
@ -131,6 +130,7 @@ typedef struct CNCDDRAW
int mouse_y_adjust;
void* last_freed_palette; /* Dungeon Keeper hack */
BOOL child_window_exists;
BOOL got_child_windows;
DWORD last_set_window_pos_tick; /* WINE hack */
BOOL show_driver_warning;
SPEEDLIMITER ticks_limiter;