Skip to content
Snippets Groups Projects
Commit a29ced72 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Merge branch 'master' into next

parents e20461aa 628d1c4d
Branches
Tags SRB2_release_2.1.17
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment