OSDN Git Service

[Fix] #38205 待機後死亡ダンプから町名が消えるバグを修正。
authorDeskull <deskull@users.sourceforge.jp>
Mon, 24 Sep 2018 06:07:15 +0000 (15:07 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Mon, 24 Sep 2018 06:07:15 +0000 (15:07 +0900)
Fix town name erasing in waited score.

src/dungeon.c

index 59dd0a1..ad0075b 100644 (file)
@@ -6235,6 +6235,9 @@ void play_game(bool new_game)
                /* Open the high score file, for reading/writing */
                highscore_fd = fd_open(buf, O_RDWR);
 
+               /* 町名消失バグ対策(#38205) Init the wilderness */
+               process_dungeon_file("w_info.txt", 0, 0, max_wild_y, max_wild_x);
+
                /* Handle score, show Top scores */
                success = send_world_score(TRUE);