summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 0101f92d1c..6484fa1f83 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1359,7 +1359,7 @@ bool cast_fragmentation(int pow, const dist& spd)
{
int debris = 0;
bool explode = false;
- bool hole = true;
+ bool hole = true;
const char *what = NULL;
ray_def ray;