From 5480f286fa2ed4a7b90cf65e5a3bc203b27c7d0e Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 1 Dec 2007 22:01:25 +0000 Subject: Nemelex abandonment now shuffles and unmarks all decks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2962 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/religion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.h') diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h index 989f2b716a..04df6bddfa 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -35,7 +35,7 @@ enum harm_protection_type bool is_priest_god(god_type god); void simple_god_message( const char *event, god_type which_deity = GOD_NO_GOD ); int piety_breakpoint(int i); -const char *god_name(god_type which_god, bool long_name = false); //mv +std::string god_name(god_type which_god, bool long_name = false); void dec_penance(int val); void dec_penance(god_type god, int val); -- cgit v1.2.3-54-g00ecf