mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- bugfix for windows processing var tags in ini files (was crashing on windows when using the new glest-dev.ini)
This commit is contained in:
@@ -102,6 +102,8 @@ public:
|
||||
|
||||
static bool applyTagsToValue(string &value, const std::map<string,string> *mapTagReplacementValues=NULL);
|
||||
static std::map<string,string> getTagReplacementValues(std::map<string,string> *mapExtraTagReplacementValues=NULL);
|
||||
static bool isValuePathVariable(const string &value);
|
||||
static void Properties::updateValuePathVariable(string &value);
|
||||
|
||||
string getpath() const { return path;}
|
||||
|
||||
|
Reference in New Issue
Block a user