X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Finit1.c;h=94da158e61a405eaad40eac0af80951b9d88911e;hb=c781a9a8d033650406e7c58be4154c836ed47c66;hp=2e8bbc8ce4390664e0bfc61d08bdd017a5633ba4;hpb=b824308bcad6d353d60659854ea81ec0b6303f03;p=hengband%2Fhengband.git diff --git a/src/init1.c b/src/init1.c index 2e8bbc8ce..94da158e6 100644 --- a/src/init1.c +++ b/src/init1.c @@ -3558,8 +3558,8 @@ static errr process_dungeon_file_aux(char *buf, int ymin, int xmin, int ymax, in cur_wid = panels_x * SCREEN_WID; /* Assume illegal panel */ - panel_row = 255; - panel_col = 255; + panel_row_min = 255; + panel_col_min = 255; /* Place player in a quest level */ if (p_ptr->inside_quest)