- bugfixes for load / save game for in progress joining

This commit is contained in:
Mark Vejvoda
2013-02-19 06:41:56 +00:00
parent 69925fb887
commit 8916a86b8c
20 changed files with 146 additions and 118 deletions

View File

@@ -148,6 +148,7 @@ public:
vector<XmlNode *> getChildList(const string &childName) const;
bool hasChildAtIndex(const string &childName, int childIndex=0) const;
bool hasChild(const string &childName) const;
int clearChild(const string &childName);
XmlNode *getParent() const;