make give_help()'s force_help a bool arg

This commit is contained in:
2025-02-15 07:51:56 -06:00
committed by Celtic Minstrel
parent 18a425be0d
commit 46c102257b
14 changed files with 44 additions and 48 deletions

View File

@@ -365,7 +365,7 @@ static bool spend_xp_navigate_filter(cDialog& me, std::string item_hit,xp_dlog_s
me.setResult(false);
me.toast(false);
} else if(item_hit == "help") {
give_help(210,11,me);
give_help(10,11,me,true);
} else if(item_hit == "keep") {
do_xp_keep(save);
me.setResult(true);