OSDN Git Service

[Refactor] #38997 set_stun(), set_oppose_pois() に player_type * 引数を追加.
[hengband/hengband.git] / src / realm-song.c
index 78c1a65..3398f2c 100644 (file)
@@ -848,7 +848,7 @@ concptr do_music_spell(SPELL_IDX spell, BIT_FLAGS mode)
                        if (cont)
                        {
                                hp_player(p_ptr, damroll(dice, sides));
-                               set_stun(0);
+                               set_stun(p_ptr, 0);
                                set_cut(0);
                        }
                }