More-accurate Main.cpp variable arrangement
This commit is contained in:
parent
bd6f2fe81d
commit
d83665ff2a
1 changed files with 3 additions and 3 deletions
|
@ -27,14 +27,14 @@ LRESULT __stdcall WindowProcedure(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lPa
|
|||
char gModulePath[MAX_PATH];
|
||||
char gDataPath[MAX_PATH];
|
||||
|
||||
int gJoystickButtonTable[8];
|
||||
|
||||
HWND ghWnd;
|
||||
BOOL bFullscreen;
|
||||
BOOL gbUseJoystick = FALSE;
|
||||
|
||||
static BOOL bFps = FALSE;
|
||||
int gJoystickButtonTable[8];
|
||||
|
||||
static BOOL bActive = TRUE;
|
||||
static BOOL bFps = FALSE;
|
||||
|
||||
static HANDLE hObject;
|
||||
static HANDLE hMutex;
|
||||
|
|
Loading…
Add table
Reference in a new issue