From b11e7986b469117e489fc4764791f4419a95784c Mon Sep 17 00:00:00 2001 From: dis- Date: Mon, 3 Jun 2013 11:49:35 +0000 Subject: [PATCH] Stop hex spell at the time of start searting --- src/effects.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects.c b/src/effects.c index 98c7a4954..45b386188 100644 --- a/src/effects.c +++ b/src/effects.c @@ -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) { -- 2.11.0