mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 02:43:57 +02:00
- fixup use of --data-path param
This commit is contained in:
@@ -47,6 +47,7 @@ private:
|
||||
|
||||
string path;
|
||||
static string applicationPath;
|
||||
static string applicationDataPath;
|
||||
static string gameVersion;
|
||||
|
||||
static string techtreePath;
|
||||
@@ -57,6 +58,9 @@ public:
|
||||
static void setApplicationPath(string value) { applicationPath=value; }
|
||||
static string getApplicationPath() { return applicationPath; }
|
||||
|
||||
static void setApplicationDataPath(string value) { applicationDataPath=value; }
|
||||
static string getApplicationDataPath() { return applicationDataPath; }
|
||||
|
||||
static void setGameVersion(string value) { gameVersion=value; }
|
||||
static string getGameVersion() { return gameVersion; }
|
||||
|
||||
|
Reference in New Issue
Block a user