mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44:00 +02:00
tracking down bug on i386 platform
This commit is contained in:
@@ -44,6 +44,7 @@ private:
|
||||
PropertyMap propertyMap;
|
||||
PropertyVector propertyVectorTmp;
|
||||
PropertyMap propertyMapTmp;
|
||||
bool propertyMapTmpInUse;
|
||||
|
||||
string path;
|
||||
static string applicationPath;
|
||||
@@ -54,6 +55,7 @@ private:
|
||||
static string tutorialPath;
|
||||
|
||||
public:
|
||||
Properties();
|
||||
static void setApplicationPath(string value) { applicationPath=value; }
|
||||
static string getApplicationPath() { return applicationPath; }
|
||||
|
||||
|
Reference in New Issue
Block a user