summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 061e5085c2..4092c6198e 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2678,7 +2678,7 @@ void world_reacts()
if (you.cannot_act() && any_messages())
more();
-#if DEBUG_TENSION || DEBUG_RELIGION
+#ifdef DEBUG_TENSION | DEBUG_RELIGION
if (you.religion != GOD_NO_GOD)
mprf(MSGCH_DIAGNOSTICS, "TENSION = %d", get_tension());
#endif