From 4f86bfa5a02da4400537f6fdfbda81a41aa85c5f Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 24 Sep 2009 18:41:59 -0500 Subject: Apply anonymous patch in [2836447], with a few tweaks, to fix spell hunger descriptions. --- crawl-ref/source/spl-cast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.h') 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 -- cgit v1.2.3-54-g00ecf