OSDN Git Service

Stop hex spell at the time of start searting
authordis- <dis-@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 3 Jun 2013 11:49:35 +0000 (11:49 +0000)
committerdis- <dis-@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 3 Jun 2013 11:49:35 +0000 (11:49 +0000)
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)
        {