mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-04 10:34:01 +00:00
Don't error for empty save slots
This commit is contained in:
parent
bd0e16774f
commit
02db145a01
1 changed files with 2 additions and 0 deletions
|
@ -2664,6 +2664,8 @@ bool Continuity::loadFileData(int slot, XMLDocument &doc)
|
||||||
return true;
|
return true;
|
||||||
err = doc.GetErrorStr1();
|
err = doc.GetErrorStr1();
|
||||||
}
|
}
|
||||||
|
else // No save for this slot - no error
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
errorLog("Failed to load save data: " + teh_file + " -- Error: " + err);
|
errorLog("Failed to load save data: " + teh_file + " -- Error: " + err);
|
||||||
|
|
Loading…
Add table
Reference in a new issue