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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 5793562246..116fcb8c4a 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -164,5 +164,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, bool count_travelling = true);
#endif