1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-01-24 17:26:41 +00:00

Don't error for empty save slots

This commit is contained in:
fgenesis 2017-08-09 21:02:45 +02:00
parent bd0e16774f
commit 02db145a01

View file

@ -2664,6 +2664,8 @@ bool Continuity::loadFileData(int slot, XMLDocument &doc)
return true;
err = doc.GetErrorStr1();
}
else // No save for this slot - no error
return false;
}
errorLog("Failed to load save data: " + teh_file + " -- Error: " + err);