summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index f57ade3fce..381ddf95d8 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -320,7 +320,7 @@ int list_spells(bool toggle_with_I, bool viewing, int minRange)
ASSERT(sel[0]->hotkeys.size() == 1);
if (spell_menu.menu_action == Menu::ACT_EXAMINE)
{
- describe_spell(get_spell_by_letter(sel[0]->hotkeys[0]), NULL);
+ describe_spell(get_spell_by_letter(sel[0]->hotkeys[0]));
redraw_screen();
}
else