OSDN Git Service

新規ゲーム開始のときのパネルの位置が変だったので、再修正。
[hengband/hengband.git] / src / variable.c
index 052806c..e8f2c6b 100644 (file)
@@ -345,7 +345,7 @@ bool closing_flag;          /* Dungeon is closing */
  * Dungeon size info
  */
 
-s16b panel_row_min = 255, panel_row_max = 255;
+s16b panel_row_min, panel_row_max;
 s16b panel_col_min, panel_col_max;
 s16b panel_col_prt, panel_row_prt;