OSDN Git Service

[Refactor] #38997 forget_travel_flow() に floor_type * 引数を追加. / Add floor_type * argum...
[hengband/hengband.git] / src / cmd / cmd-basic.h
index b57689b..4a14bdc 100644 (file)
@@ -8,7 +8,7 @@ extern bool cmd_limit_blind(player_type *creature_ptr);
 extern bool cmd_limit_confused(player_type *creature_ptr);
 extern bool cmd_limit_image(player_type *creature_ptr);
 extern bool cmd_limit_stun(player_type *creature_ptr);
-extern void forget_travel_flow(void);
+extern void forget_travel_flow(floor_type *floor_ptr);
 extern void do_cmd_go_up(player_type *creature_ptr);
 extern void do_cmd_go_down(player_type *creature_ptr);
 extern void do_cmd_search(player_type *creature_ptr);