OSDN Git Service

[Refactor] #38997 lose_all_mutations() に player_type * 引数を追加.
[hengband/hengband.git] / src / mutation.h
index 3df681f..e58c0fb 100644 (file)
@@ -1,7 +1,7 @@
 /* mutation.c */
 extern bool gain_mutation(player_type *creature_ptr, MUTATION_IDX choose_mut);
 extern bool lose_mutation(MUTATION_IDX choose_mut);
-extern void lose_all_mutations(void);
+extern void lose_all_mutations(player_type *creature_ptr);
 extern void dump_mutations(FILE *OutFile);
 extern void do_cmd_knowledge_mutations(void);
 extern int calc_mutant_regenerate_mod(void);