From 25aa7e71509dfd784cb018092bd4a95342b3425a Mon Sep 17 00:00:00 2001 From: iks Date: Sat, 7 Nov 2020 22:09:27 +0900 Subject: [PATCH] [Revert] Remove code inserted by wrong commit. Sorry. --- src/core/game-play.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/game-play.c b/src/core/game-play.c index 38116a4c4..3cc8ea85f 100644 --- a/src/core/game-play.c +++ b/src/core/game-play.c @@ -238,7 +238,6 @@ static void generate_wilderness(player_type *player_ptr) return; parse_fixed_map(player_ptr, "w_info.txt", 0, 0, current_world_ptr->max_wild_y, current_world_ptr->max_wild_x); - init_buildings(); init_flags = INIT_ONLY_BUILDINGS; parse_fixed_map(player_ptr, "t_info.txt", 0, 0, MAX_HGT, MAX_WID); select_floor_music(player_ptr); -- 2.11.0