summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-31 05:14:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-31 05:14:05 +0000
commit9bfa6d841539d5195252a786bf6c643279040308 (patch)
treed603d1f8e7a99227f4e92bf652b100bc4c1cf4c2 /crawl-ref/source/religion.h
parentc9312193fd7227d617c798a70c2b019ecfe7dd99 (diff)
downloadcrawl-ref-9bfa6d841539d5195252a786bf6c643279040308.tar.gz
crawl-ref-9bfa6d841539d5195252a786bf6c643279040308.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5365 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
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);