mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
bugfix for bad {SCENARIODIR} replacement
Done by softcoder in branch ce-gui, manually merged by me :) https://forum.megaglest.org/index.php?topic=9553.0
This commit is contained in:
@@ -100,10 +100,10 @@ public:
|
||||
|
||||
bool hasString(const string &key) const;
|
||||
|
||||
static bool applyTagsToValue(string &value, const std::map<string,string> *mapTagReplacementValues=NULL);
|
||||
static bool applyTagsToValue(string &value, const std::map<string,string> *mapTagReplacementValues=NULL, bool skipUpdatePathClimbingParts=false);
|
||||
static std::map<string,string> getTagReplacementValues(std::map<string,string> *mapExtraTagReplacementValues=NULL);
|
||||
static bool isValuePathVariable(const string &value);
|
||||
static void updateValuePathVariable(string &value);
|
||||
static void updateValuePathVariable(string &value, bool skipUpdatePathClimbingParts=false);
|
||||
|
||||
string getpath() const { return path;}
|
||||
|
||||
|
Reference in New Issue
Block a user