mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 02:16:40 +02:00
- windows compile bugfixes
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user