PC editor also clear creature save

This commit is contained in:
2025-08-18 17:48:02 -05:00
committed by Celtic Minstrel
parent aa44b43dc7
commit 05117507e2

View File

@@ -26,6 +26,11 @@ void remove_party_from_scen() {
univ.exportGraphics();
univ.exportSummons();
univ.party.scen_name = "";
// Saved monsters are not valid now
for(auto& pop : univ.party.creature_save){
pop.which_town = 200;
pop.clear();
}
party_in_scen = false;
load_base_item_defs();
}