summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h
index aa4570426e..a720dc4885 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -35,8 +35,7 @@ public:
coord_def pos() const;
// returns the direction taken
- adv_type advance(bool shorten = false, const coord_def *p = NULL);
- adv_type advance_through(const coord_def &point);
+ adv_type advance();
void advance_and_bounce();
void regress();
@@ -48,7 +47,6 @@ public:
protected:
adv_type raw_advance_pos();
void flip();
- adv_type raw_advance();
double reflect(bool x, double oldc, double newc) const;
void set_reflect_point(const double oldx, const double oldy,
bool blocked_x, bool blocked_y);