From 46516eefc8594f35f57c561e2f8841bb27f7cc64 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Fri, 21 Jun 2013 00:41:07 +0200 Subject: [PATCH] ooops --- Aquaria/Continuity.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Aquaria/Continuity.cpp b/Aquaria/Continuity.cpp index 8cff2f3..11a9e39 100644 --- a/Aquaria/Continuity.cpp +++ b/Aquaria/Continuity.cpp @@ -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, // but it should be used instead of the code above in some time -- FG + /* os.str(""); bool hasMapName = false; os << this->gems.size() << " "; @@ -2381,6 +2382,7 @@ void Continuity::saveFile(int slot, Vector position, unsigned char *scrShotData, os << spacesToUnderscores((*i).userString) << " "; } gems.SetAttribute("d", os.str()); + */ } doc.InsertEndChild(gems);