OSDN Git Service

[Refactor] #38997 wreck_the_pattern() に player_type * 引数を追加.
[hengband/hengband.git] / src / player-status.h
index a4074e2..5d147ca 100644 (file)
@@ -748,7 +748,7 @@ extern bool player_place(player_type *creature_ptr, POSITION y, POSITION x);
 extern void sanity_blast(monster_type *m_ptr, bool necro);
 
 extern void check_experience(void);
-extern void wreck_the_pattern(void);
+extern void wreck_the_pattern(player_type *creature_ptr);
 extern void cnv_stat(int val, char *out_val);
 extern s16b modify_stat_value(int value, int amount);
 extern long calc_score(void);