OSDN Git Service

[Refactor] #37353 構造体 dungeon_info_type を他の慣例に従い dungeon_type に改名。 / Rename dungeon_i...
[hengband/hengband.git] / src / init2.c
index b851516..a672898 100644 (file)
@@ -775,7 +775,7 @@ static errr init_r_info(void)
 static errr init_d_info(void)
 {
        /* Init the header */
 static errr init_d_info(void)
 {
        /* Init the header */
-       init_header(&d_head, max_d_idx, sizeof(dungeon_info_type));
+       init_header(&d_head, max_d_idx, sizeof(dungeon_type));
 
 #ifdef ALLOW_TEMPLATES
 
 
 #ifdef ALLOW_TEMPLATES