diff --git a/src/game/boe.town.cpp b/src/game/boe.town.cpp index d1f42804..76071b3b 100644 --- a/src/game/boe.town.cpp +++ b/src/game/boe.town.cpp @@ -1284,6 +1284,7 @@ void clear_map() { fill_rect(map_gworld, map_world_rect, sf::Color::Black); + draw_map(true); } void draw_map(bool need_refresh) {