Scenario editor can launch unpacked scenario

This commit is contained in:
2025-03-21 13:46:44 -05:00
parent fc36dcfd55
commit 7cce42ce12
7 changed files with 18 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ short trait_present(eTrait which_trait);
short race_present(eRace which_race);
short wilderness_lore_present(ter_num_t ter);
void print_spell_cast(eSpell spell,eSkill which);
void put_party_in_scen(std::string scen_name, bool force = false);
void put_party_in_scen(std::string scen_name, bool force = false, bool allow_unpacked = false);
short party_size(bool only_living);
bool all_items_identified();