OSDN Git Service

[Refactor] #38997 set_stun(), set_oppose_pois() に player_type * 引数を追加.
[hengband/hengband.git] / src / mspells3.c
index 34a79bc..e81de28 100644 (file)
@@ -1281,7 +1281,7 @@ static bool cast_learned_spell(int spell, bool success)
        case MS_HEAL:
         msg_print(_("自分の傷に念を集中した。", "You concentrate on your wounds!"));
                (void)hp_player(p_ptr, plev*4);
-               (void)set_stun(0);
+               (void)set_stun(p_ptr, 0);
                (void)set_cut(0);
                break;
        case MS_INVULNER: