summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 15d362ba3d..dfb511fa63 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2852,7 +2852,7 @@ static void _maybe_restart_fountain_flow(const int x, const int y,
// chance of cleaning adjacent squares
for (int i = -1; i <= 1; i++)
- for (int j =-1; j <= 1; j++)
+ for (int j = -1; j <= 1; j++)
{
if (is_bloodcovered(x+i,y+j)
&& one_chance_in(5))