summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 18:41:59 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 18:41:59 -0500
commit4f86bfa5a02da4400537f6fdfbda81a41aa85c5f (patch)
treea034cba462ae3fb87e68ad536e0c8acedf68851a /crawl-ref/source/spl-cast.h
parent18bb78ba4812729d6e4be90c51f51f8abdde4e48 (diff)
downloadcrawl-ref-4f86bfa5a02da4400537f6fdfbda81a41aa85c5f.tar.gz
crawl-ref-4f86bfa5a02da4400537f6fdfbda81a41aa85c5f.zip
Apply anonymous patch in [2836447], with a few tweaks, to fix spell
hunger descriptions.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index a16a3d8b7a..51cf0865d4 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -84,6 +84,6 @@ int spell_power_bars(spell_type spell);
std::string spell_power_string(spell_type spell);
std::string spell_range_string(spell_type spell);
std::string spell_schools_string(spell_type spell);
-const char* spell_hunger_string( spell_type spell );
+const char* spell_hunger_string(spell_type spell);
#endif