From 184db9c1a6ecba9bb3cb961447a386e1b593d7a0 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 18 Jun 2008 06:39:16 +0000 Subject: Add another whitespace fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5940 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ray.h') diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h index 90475c696f..4e9571aa95 100644 --- a/crawl-ref/source/ray.h +++ b/crawl-ref/source/ray.h @@ -31,7 +31,7 @@ public: int x() const { return static_cast(accx); } int y() const { return static_cast(accy); } coord_def pos() const { return coord_def(x(), y()); } - + // returns the direction taken (0,1,2) int advance(bool shorten = false, const coord_def *p = NULL); int advance_through(const coord_def &point); -- cgit v1.2.3-54-g00ecf