fix crash

This commit is contained in:
FunkyFr3sh 2021-08-11 15:45:01 +02:00
parent f82667b656
commit 2b883cfccb
4 changed files with 5 additions and 4 deletions

View file

@ -127,7 +127,6 @@ typedef struct CNCDDRAW
BOOL d3d9linear;
BOOL gdilinear;
int resolutions;
BOOL dinputhook;
BOOL armadahack;
BOOL tshack;
BOOL cnchack;

View file

@ -74,6 +74,7 @@ extern LOADLIBRARYEXWPROC real_LoadLibraryExW;
extern COCREATEINSTANCEPROC real_CoCreateInstance;
extern int g_hook_method;
extern BOOL g_hook_dinput;
extern BOOL g_hook_active;
void hook_init();