summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/geom2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/geom2d.h')
-rw-r--r--crawl-ref/source/geom2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/geom2d.h b/crawl-ref/source/geom2d.h
index 6f7e147ab1..e06f8bc28f 100644
--- a/crawl-ref/source/geom2d.h
+++ b/crawl-ref/source/geom2d.h
@@ -46,7 +46,7 @@ struct ray
vector shoot(double t) const;
void advance(double t);
- void move_half_cell(const grid &g);
+ bool to_grid(const grid& g, bool half);
bool to_next_cell(const grid& g);
};