my bad, the problem was in StepMania.cpp where not StepMania.h

This commit is contained in:
Steve Checkoway
2003-07-15 00:47:53 +00:00
parent 597e23df8b
commit 4c3792f43b
2 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -61,11 +61,10 @@
#endif
HWND g_hWndMain = NULL;
int g_argc = 0;
char **g_argv = NULL;
#endif
int g_argc = 0;
char **g_argv = NULL;
static bool g_bHasFocus = true;
static bool g_bQuitting = false;