summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 0854a8e308..589315ca3f 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1757,7 +1757,7 @@ bool cast_conjure_ball_lightning(int pow, god_type god)
}
// If we fail, we'll try the ol' summon next to player trick.
- if ( !found )
+ if (!found)
target = you.pos();
int monster =