mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
sort config.h
This commit is contained in:
parent
b88857386e
commit
e3993518c7
@ -57,7 +57,6 @@ typedef struct CNCDDRAWCONFIG
|
|||||||
int fixchilds;
|
int fixchilds;
|
||||||
BOOL hook_peekmessage;
|
BOOL hook_peekmessage;
|
||||||
BOOL hook_getmessage;
|
BOOL hook_getmessage;
|
||||||
char win_version[32];
|
|
||||||
|
|
||||||
/* Undocumented settings */
|
/* Undocumented settings */
|
||||||
|
|
||||||
@ -82,6 +81,8 @@ typedef struct CNCDDRAWCONFIG
|
|||||||
BOOL wine_allow_resize;
|
BOOL wine_allow_resize;
|
||||||
BOOL lock_mouse_top_left;
|
BOOL lock_mouse_top_left;
|
||||||
BOOL no_compat_warning;
|
BOOL no_compat_warning;
|
||||||
|
BOOL remove_menu;
|
||||||
|
char win_version[32];
|
||||||
|
|
||||||
/* Hotkeys */
|
/* Hotkeys */
|
||||||
|
|
||||||
@ -96,8 +97,6 @@ typedef struct CNCDDRAWCONFIG
|
|||||||
|
|
||||||
/* Game specific settings */
|
/* Game specific settings */
|
||||||
|
|
||||||
BOOL remove_menu;
|
|
||||||
|
|
||||||
BOOL armadahack;
|
BOOL armadahack;
|
||||||
BOOL tshack;
|
BOOL tshack;
|
||||||
BOOL infantryhack;
|
BOOL infantryhack;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user