clean up character load function

This commit is contained in:
Martin Michelsen
2025-11-05 22:29:43 -08:00
parent 8d2ffba3e1
commit 36eeee5641
4 changed files with 99 additions and 89 deletions
+1 -1
View File
@@ -2752,7 +2752,7 @@ ChatCommandDefinition cc_switchchar(
throw precondition_failed("No character exists\nin that slot");
}
a.c->save_and_unload_character();
a.c->unload_character(true);
a.c->bb_character_index = index;
a.c->bb_bank_character_index = index;