From 78005c1a517f78490fd0ff70b5ff7b3790bc5119 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Sat, 16 Nov 2024 02:30:34 +0100 Subject: [PATCH] obvious rant --- Aquaria/Continuity.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Aquaria/Continuity.cpp b/Aquaria/Continuity.cpp index dea0cd9..c233365 100644 --- a/Aquaria/Continuity.cpp +++ b/Aquaria/Continuity.cpp @@ -2378,7 +2378,8 @@ void Continuity::saveFile(int slot, Vector position, unsigned char *scrShotData, gems->SetAttribute("d", os.str().c_str()); } - // newest format; is aware of tile-relative position + // newest format; is aware of tile-relative position and no longer likely to turn into clusterfuck like the previous storage strings + // (I mean, this is xml, and these are simple structured data, why did this store data...in strings...inside of xml. Nobody will ever know.) for (Gems::iterator i = this->gems.begin(); i != this->gems.end(); i++) { const GemData& g = *i;