OSDN Git Service

[Revert] Remove code inserted by wrong commit. Sorry.
authoriks <iks@users.sourceforge.jp>
Sat, 7 Nov 2020 13:09:27 +0000 (22:09 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Fri, 13 Nov 2020 23:22:34 +0000 (08:22 +0900)
src/core/game-play.c

index 38116a4..3cc8ea8 100644 (file)
@@ -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);