summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 172383cba6..59f5e1188a 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -338,8 +338,8 @@ void game_state::inc_god_acting(god_type which_god, bool is_retribution)
{
ASSERT(which_god != GOD_NO_GOD);
- if (god_act.which_god != GOD_NO_GOD &&
- god_act.which_god != which_god)
+ if (god_act.which_god != GOD_NO_GOD
+ && god_act.which_god != which_god)
{
ASSERT(god_act.depth >= 1);