mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- re-enabled fog of war cache to improve performance
- improve xml file loading speed
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
bool hasString(const string &key) const;
|
||||
|
||||
static bool applyTagsToValue(string &value, std::map<string,string> *mapTagReplacementValues=NULL);
|
||||
static bool applyTagsToValue(string &value, const std::map<string,string> *mapTagReplacementValues=NULL);
|
||||
static std::map<string,string> getTagReplacementValues(std::map<string,string> *mapExtraTagReplacementValues=NULL);
|
||||
|
||||
string getpath() const { return path;}
|
||||
|
Reference in New Issue
Block a user