mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-10 14:14:05 +00:00
ooops
This commit is contained in:
parent
fe5f6faa46
commit
46516eefc8
1 changed files with 2 additions and 0 deletions
|
@ -2361,6 +2361,7 @@ void Continuity::saveFile(int slot, Vector position, unsigned char *scrShotData,
|
||||||
|
|
||||||
// This is the format used in the android version. Keeping this commented out for now,
|
// This is the format used in the android version. Keeping this commented out for now,
|
||||||
// but it should be used instead of the code above in some time -- FG
|
// but it should be used instead of the code above in some time -- FG
|
||||||
|
/*
|
||||||
os.str("");
|
os.str("");
|
||||||
bool hasMapName = false;
|
bool hasMapName = false;
|
||||||
os << this->gems.size() << " ";
|
os << this->gems.size() << " ";
|
||||||
|
@ -2381,6 +2382,7 @@ void Continuity::saveFile(int slot, Vector position, unsigned char *scrShotData,
|
||||||
os << spacesToUnderscores((*i).userString) << " ";
|
os << spacesToUnderscores((*i).userString) << " ";
|
||||||
}
|
}
|
||||||
gems.SetAttribute("d", os.str());
|
gems.SetAttribute("d", os.str());
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
doc.InsertEndChild(gems);
|
doc.InsertEndChild(gems);
|
||||||
|
|
Loading…
Add table
Reference in a new issue