mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 17:20:43 +02:00
- cleanup of masterserver global flag
- attempt to cut down on resources required for masterserver mode to minimize RAM
This commit is contained in:
@@ -43,6 +43,7 @@ using namespace Shared::Util;
|
||||
|
||||
namespace Shared{ namespace Util{
|
||||
|
||||
bool GlobalStaticFlags::isNonGraphicalMode = false;
|
||||
// Init statics
|
||||
std::map<SystemFlags::DebugType,SystemFlags::SystemFlagsType> *SystemFlags::debugLogFileList = NULL;
|
||||
int SystemFlags::lockFile = -1;
|
||||
|
Reference in New Issue
Block a user