OSDN Git Service

[Refactor] #39077 型の置換.
authordeskull <deskull@users.sourceforge.jp>
Mon, 22 Jul 2019 14:42:08 +0000 (23:42 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 22 Jul 2019 14:42:08 +0000 (23:42 +0900)
src/cmd-basic.c

index e2f7171..0eae269 100644 (file)
@@ -1743,9 +1743,10 @@ static bool do_cmd_bash_aux(POSITION y, POSITION x, DIRECTION dir)
  */
 void do_cmd_bash(player_type *creature_ptr)
 {
-       int     y, x, dir;
-       grid_type       *g_ptr;
-       bool            more = FALSE;
+       POSITION y, x;
+       DIRECTION dir;
+       grid_type *g_ptr;
+       bool more = FALSE;
 
        if (creature_ptr->wild_mode) return;