OSDN Git Service

[Refactor] #38997 select_floor_music() に player_type * 引数を追加. / Add player_type ...
[hengband/hengband.git] / src / realm-nature.c
index aab6173..7b6216f 100644 (file)
@@ -316,7 +316,7 @@ concptr do_nature_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode
                {
                        int heal = 500;
                        if (info) return info_heal(0, 0, heal);
-                       if (cast) (void)cure_critical_wounds(heal);
+                       if (cast) (void)cure_critical_wounds(caster_ptr, heal);
                }
                break;