summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-18 11:08:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-18 11:08:08 +0000
commitc0e2f5481a13209f47b302900d11c82f4996054f (patch)
treec9cc16ce140785051560b8d068612dc10df33909 /crawl-ref/source/spl-cast.cc
parent9df4c3a097a4db605dce64ef9650a617a1a8f8f8 (diff)
downloadcrawl-ref-c0e2f5481a13209f47b302900d11c82f4996054f.tar.gz
crawl-ref-c0e2f5481a13209f47b302900d11c82f4996054f.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10562 c06c8d41-db1a-0410-9941-cceddc491573
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