summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 7d450a8f7d..d63c7b3c55 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -82,7 +82,7 @@ bool cast_selective_amnesia(bool force)
}
// actual handling begins here {dlb}:
- const int spell = get_spell_by_letter( keyin );
+ const spell_type spell = get_spell_by_letter( keyin );
const int slot = get_spell_slot_by_letter( keyin );
if (spell == SPELL_NO_SPELL)