Help button don't hide if returning to talk mode. fix #64
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user