OSDN Git Service

Stop hex spell at the time of start searting
[hengband/hengband.git] / src / effects.c
index 98c7a49..45b3861 100644 (file)
@@ -106,6 +106,7 @@ void set_action(int typ)
 
        /* If we are requested other action, stop singing */
        if (prev_typ == ACTION_SING) stop_singing();
+       if (prev_typ == ACTION_SPELL) stop_hex_spell();
 
        switch (p_ptr->action)
        {