summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index fc4e9712dc..98537af232 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -552,11 +552,9 @@ bool sunlight()
dist spelld;
bolt temp_bolt;
-
temp_bolt.colour = YELLOW;
direction(spelld, DIR_TARGET, TARG_HOSTILE, LOS_RADIUS, false, false,
- false, true, "Select sunlight destination", NULL,
- true);
+ false, false, "Select sunlight destination");
if (!spelld.isValid)
return (false);