From 53573c9a856aa0dca0ee1adc5182765024d8ef45 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Tue, 15 Apr 2014 21:05:24 -0400 Subject: [PATCH] Fix town not being drawn when you first enter --- osx/boe.town.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osx/boe.town.cpp b/osx/boe.town.cpp index 67886062..029e4db0 100644 --- a/osx/boe.town.cpp +++ b/osx/boe.town.cpp @@ -572,6 +572,8 @@ void start_town_mode(short which_town, short entry_dir) clear_map(); reset_item_max(); town_force = 200; + // TODO: One problem with this - it paints the terrain after the town entry dialog is dismissed + draw_terrain(1); }