summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index dcdc1382eb..0ec85d0015 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -693,7 +693,7 @@ void apply_area_cloud( cloud_func func, const coord_def& where,
if (number == 0)
return;
- // These indices depend on the order in Compass (see acr.cc)
+ // These indices depend on the order in Compass (see main.cc)
int compass_order_orth[4] = { 2, 6, 4, 0 };
int compass_order_diag[4] = { 1, 3, 5, 7 };