mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' into next
This commit is contained in:
commit
a29ced725d
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ static HCURSOR windowCursor = NULL; // main window cursor
|
|||
|
||||
static LPCSTR wClassName = "SRB2WC";
|
||||
|
||||
boolean appActive = false; // app window is active
|
||||
INT appActive = false; // app window is active
|
||||
|
||||
#ifdef LOGMESSAGES
|
||||
FILE *logstream;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
extern HWND hWndMain;
|
||||
|
||||
extern boolean appActive;
|
||||
extern INT appActive;
|
||||
|
||||
VOID I_GetSysMouseEvents(INT mouse_state);
|
||||
extern UINT MSHWheelMessage;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue