Fix town not being drawn when you first enter

This commit is contained in:
2014-04-15 21:05:24 -04:00
parent f302af4dc8
commit 53573c9a85

View File

@@ -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);
}