X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=blobdiff_plain;f=src%2Finit2.c;fp=src%2Finit2.c;h=a6728985f12cb19fbd90b71eaf0498a8cea07efc;hp=b85151679825653b346d0eef6b648d84bf72d5dc;hb=0307f1807132cfc491dd7b1e185aba76fc0d3441;hpb=0dbae6f56c7024ac1985958dd99c5f9936b2116b diff --git a/src/init2.c b/src/init2.c index b85151679..a6728985f 100644 --- a/src/init2.c +++ b/src/init2.c @@ -775,7 +775,7 @@ static errr init_r_info(void) 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