From 5cd65ca8c6e1dd6ab026524171f857a0fd7ffdca Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 10 Oct 2008 00:35:26 +0000 Subject: Added range information to alternate spell display (dpeg). Quelled a warning on lack of virtual destructors. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7205 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 1873ca8665..b5e20c5403 100644 --- a/crawl-ref/source/spl-cast.h +++ b/crawl-ref/source/spl-cast.h @@ -72,7 +72,7 @@ const char* failure_rate_to_string( int fail ); int spell_power_colour(spell_type spell); int spell_power_bars(spell_type spell); std::string spell_power_string(spell_type spell); - +std::string spell_range_string(spell_type spell); const char* spell_hunger_string( spell_type spell ); #endif -- cgit v1.2.3-54-g00ecf