- added command groups and unit selection to save / load game info

This commit is contained in:
Mark Vejvoda
2012-03-15 07:09:36 +00:00
parent d1dd79047e
commit fc125bec37
8 changed files with 177 additions and 7 deletions

View File

@@ -367,7 +367,7 @@ void XmlIoRapid::save(const string &path, const XmlNode *node){
//xmlFile << xml_no_indent;
// xmlFile << xml_as_string << '\0';
xmlFile << doc << '\0';
xmlFile << doc;
#if defined(WIN32) && !defined(__MINGW32__)
if(fp) {