OSDN Git Service

[Fix] #37353 型の修正。 / Fix replacement.
authorDeskull <deskull@users.sourceforge.jp>
Mon, 18 Feb 2019 13:32:02 +0000 (22:32 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Mon, 18 Feb 2019 13:32:02 +0000 (22:32 +0900)
src/cmd2.c

index d8bee32..79bfabc 100644 (file)
@@ -2994,7 +2994,8 @@ static void travel_flow_aux(POSITION y, POSITION x, int n, bool wall)
  */
 static void travel_flow(POSITION ty, POSITION tx)
 {
-       POSITION x, y, d;
+       POSITION x, y;
+       DIRECTION d;
        bool wall = FALSE;
        feature_type *f_ptr = &f_info[grid_array[p_ptr->y][p_ptr->x].feat];