OSDN Git Service

center_player がオフのときに、画面表示位置の初期設定がおかしかったので修正。
[hengband/hengband.git] / src / init1.c
index 2e8bbc8..94da158 100644 (file)
@@ -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)