mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 07:31:21 +02:00
- added command groups and unit selection to save / load game info
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user