OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement.
[hengbandforosx/hengbandosx.git] / src / mspells1.c
index 05afe94..d4819c8 100644 (file)
@@ -1703,7 +1703,7 @@ bool make_attack_spell(MONSTER_IDX m_idx)
        if (!spell_is_inate(thrown_spell)
            && (in_no_magic_dungeon || (MON_STUNNED(m_ptr) && one_in_(2)) || (randint0(100) < failrate)))
        {
-               disturb(1, 1);
+               disturb(TRUE, TRUE);
                msg_format(_("%^sは呪文を唱えようとしたが失敗した。", "%^s tries to cast a spell, but fails."), m_name);
 
                return (TRUE);