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 e2f1150de6..ae724e2077 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -78,7 +78,7 @@ bool cast_selective_amnesia(bool force)
if (keyin == '?' || keyin == '*')
{
// this reassignment is "key" {dlb}
- keyin = (unsigned char) list_spells();
+ keyin = (unsigned char) list_spells(false);
redraw_screen();
}