From 2b2a5958399c551e7643237bc6b519d299bad164 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 29 Jun 2007 16:55:20 +0000 Subject: Implemented 1715578: pressing '!' in the Z? screen toggles between showing schools/success and hunger/power. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1693 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.h | 1 + 1 file changed, 1 insertion(+) (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 6fe7b5ee13..6d7a94c7a8 100644 --- a/crawl-ref/source/spl-cast.h +++ b/crawl-ref/source/spl-cast.h @@ -52,5 +52,6 @@ bool miscast_effect( unsigned int sp_type, int mag_pow, int mag_fail, const char* failure_rate_to_string( int fail ); const char* spell_power_string( spell_type spell ); +const char* spell_hunger_string( spell_type spell ); #endif -- cgit v1.2.3-54-g00ecf