summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 2ff9afb3bf..fc46af69c1 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -95,8 +95,8 @@ bool god_hates_killing(god_type god, const monsters* mon);
bool god_likes_butchery(god_type god);
bool god_hates_butchery(god_type god);
harm_protection_type god_protects_from_harm(god_type god, bool actual = true);
-void god_smites_you(god_type god, kill_method_type death_type,
- const char *message = NULL);
+void god_smites_you(god_type god, const char *message = NULL,
+ kill_method_type death_type = NUM_KILLBY);
void divine_retribution(god_type god);
bool beogh_water_walk();