debug_leave_town redraw terrain immediately

This commit is contained in:
2025-01-08 10:40:34 -06:00
committed by Celtic Minstrel
parent b268729cd1
commit 0addd214da

View File

@@ -2001,6 +2001,7 @@ void debug_leave_town() {
clear_map(); clear_map();
add_string_to_buf("Debug: Reunite party and leave town."); add_string_to_buf("Debug: Reunite party and leave town.");
print_buf(); print_buf();
update_explored(univ.party.out_loc);
redraw_screen(REFRESH_ALL); redraw_screen(REFRESH_ALL);
} }