OSDN Git Service

[Refactor] #37353 構造体 dungeon_info_type を他の慣例に従い dungeon_type に改名。 / Rename dungeon_i...
[hengband/hengband.git] / src / rumor.c
index 6622e24..4ca6c2a 100644 (file)
@@ -98,7 +98,7 @@ void display_rumor(bool ex)
                        else if (strcmp(zz[0], "DUNGEON") == 0)
                        {
                                DUNGEON_IDX d_idx;
-                               dungeon_info_type *d_ptr;
+                               dungeon_type *d_ptr;
 
                                while (1)
                                {