From 9bfa6d841539d5195252a786bf6c643279040308 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 31 May 2008 05:14:05 +0000 Subject: Simplify. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5365 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 95702d343b..cee25226e7 100644 --- a/crawl-ref/source/religion.h +++ b/crawl-ref/source/religion.h @@ -55,7 +55,7 @@ bool is_evil_god(god_type god); bool is_good_god(god_type god); bool is_chaotic_god(god_type god); bool is_priest_god(god_type god); -void simple_god_message( const char *event, god_type which_deity = GOD_NO_GOD ); +void simple_god_message(const char *event, god_type which_deity = you.religion); int piety_breakpoint(int i); std::string god_name(god_type which_god, bool long_name = false); void dec_penance(int val); -- cgit v1.2.3-54-g00ecf