summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9f59c1a685..32bfb1e152 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -162,5 +162,5 @@ bool god_likes_items(god_type god);
void religion_turn_start();
void religion_turn_end();
-int get_tension(god_type god = you.religion);
+int get_tension(god_type god = you.religion);
#endif