fix crash
This commit is contained in:
parent
f82667b656
commit
2b883cfccb
4 changed files with 5 additions and 4 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -127,7 +127,6 @@ typedef struct CNCDDRAW
|
|||
BOOL d3d9linear;
|
||||
BOOL gdilinear;
|
||||
int resolutions;
|
||||
BOOL dinputhook;
|
||||
BOOL armadahack;
|
||||
BOOL tshack;
|
||||
BOOL cnchack;
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue