Remove double-swap of adventurer array

This commit is contained in:
2023-01-28 13:48:57 -07:00
committed by Celtic Minstrel
parent 8ccde54c6d
commit 8f6450417b

View File

@@ -164,7 +164,6 @@ void swap(cParty& lhs, cParty& rhs) {
swap(lhs.total_xp_gained, rhs.total_xp_gained);
swap(lhs.total_dam_taken, rhs.total_dam_taken);
swap(lhs.scen_name, rhs.scen_name);
swap(lhs.adven, rhs.adven);
swap(lhs.setup, rhs.setup);
swap(lhs.stored_items, rhs.stored_items);
swap(lhs.summons, rhs.summons);