Help button don't hide if returning to talk mode. fix #64

This commit is contained in:
2025-02-06 08:39:35 -06:00
parent 48089a95bf
commit 891cc2dbcf

View File

@@ -177,12 +177,13 @@ void end_shop_mode() {
shop_sbar->hide();
done_btn->hide();
help_btn->hide();
if(store_pre_shop_mode == MODE_TALKING) {
save_talk_str1 = "You conclude your business.";
save_talk_str2 = "";
place_talk_str(save_talk_str1, save_talk_str2, 0, dummy_rect);
update_last_talk(TALK_BUSINESS);
}else{
help_btn->hide();
}
overall_mode = store_pre_shop_mode;