diff --git a/src/game/boe.actions.cpp b/src/game/boe.actions.cpp index 6fe74e71..67cee68d 100644 --- a/src/game/boe.actions.cpp +++ b/src/game/boe.actions.cpp @@ -2001,6 +2001,7 @@ void debug_leave_town() { clear_map(); add_string_to_buf("Debug: Reunite party and leave town."); print_buf(); + update_explored(univ.party.out_loc); redraw_screen(REFRESH_ALL); }