Fix minor regression

This commit is contained in:
2014-04-15 01:36:18 -04:00
parent 53fa1b3494
commit fd0595eb09

View File

@@ -523,6 +523,7 @@ void put_party_in_scen(std::string scen_name)
update_explored(scenario.where_start);
overall_mode = MODE_TOWN;
redraw_screen(REFRESH_ALL);
mainPtr.display(); // TODO: Maybe display() should be called in redraw_screen()?
set_stat_window(0);
adjust_spell_menus();
adjust_monst_menu();