- windows compile bugfixes

This commit is contained in:
Mark Vejvoda
2012-09-22 21:00:31 +00:00
parent e0bf4df646
commit d91e72a825
2 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,9 @@ static bool gameInitialized = false;
static Program *mainProgram = NULL;
static FileCRCPreCacheThread *preCacheThread = NULL;
//static string runtimeErrorMsg = "";
#ifdef WIN32
static string runtimeErrorMsg = "";
#endif
void cleanupCRCThread() {
if(preCacheThread != NULL) {