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 0b4fba6736..305f4379bb 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1561,7 +1561,7 @@ static void _input()
if (you.turn_is_over)
{
- if ( apply_berserk_penalty )
+ if (apply_berserk_penalty)
_do_berserk_no_combat_penalty();
_world_reacts();