From fd202fad9649bbcbd879edf2baca6f907f373890 Mon Sep 17 00:00:00 2001 From: Vsevolod Kozlov Date: Sun, 8 Nov 2009 17:04:28 +0300 Subject: Replace uses of spelltype_name with spelltype_long_name. --- crawl-ref/source/spl-cast.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 7f92310aff..f62b74fa37 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -2407,7 +2407,7 @@ std::string spell_schools_string(spell_type spell) { if (already) desc += "/"; - desc += spelltype_name(1 << i); + desc += spelltype_long_name(1 << i); already = true; } } -- cgit v1.2.3-54-g00ecf