OSDN Git Service

[Refactor] #38997 eat_lock() に player_type * 引数を追加. / Add player_type * argument...
[hengband/hengband.git] / src / mutation.c
index b3cae84..6995ef9 100644 (file)
@@ -2154,7 +2154,7 @@ bool exe_mutation_power(player_type *creature_ptr, int power)
                        break;
 
                case MUT1_EAT_ROCK:
-                       return eat_lock();
+                       return eat_lock(creature_ptr);
                        break;
 
                case MUT1_SWAP_POS: