From 0f2a6c57d47cc0e5e55198914a3a67f25f2af380 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Sun, 11 Oct 2009 17:16:19 +0200 Subject: Move _find_next_intercept into ray_def. --- crawl-ref/source/ray.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/ray.h') diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h index 058fe7ffb4..03e8fc4749 100644 --- a/crawl-ref/source/ray.h +++ b/crawl-ref/source/ray.h @@ -40,6 +40,7 @@ public: void set_degrees(double deg); private: + int _find_next_intercept(); int raw_advance(); double reflect(bool x, double oldc, double newc) const; double reflect(double x, double c) const; -- cgit v1.2.3-54-g00ecf