From 373560c69a1eb69d86d27b0d01860cba47b32558 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Tue, 2 Dec 2025 19:57:49 +0000 Subject: [PATCH] Delete an accidentally left in line of code This wasn't meant to be there. --- src/spell.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spell.c b/src/spell.c index 2e64b2c17..2626de50c 100644 --- a/src/spell.c +++ b/src/spell.c @@ -2121,7 +2121,6 @@ dospellmenu( ? MENU_ITEMFLAGS_SELECTED : MENU_ITEMFLAGS_NONE); } how = PICK_ONE; - how = PICK_NONE; if (splaction == SPELLMENU_VIEW) { if (spellid(1) == NO_SPELL) { /* only one spell => nothing to swap with */