summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 06:39:16 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 06:39:16 +0000
commit184db9c1a6ecba9bb3cb961447a386e1b593d7a0 (patch)
tree11c693888dd6170a6e027d6ed323313979caf37f /crawl-ref/source/ray.h
parent4640373c3b2cae6f036604c18ddb137bce989949 (diff)
downloadcrawl-ref-184db9c1a6ecba9bb3cb961447a386e1b593d7a0.tar.gz
crawl-ref-184db9c1a6ecba9bb3cb961447a386e1b593d7a0.zip
Add another whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5940 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h2
1 files changed, 1 insertions, 1 deletions
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<int>(accx); }
int y() const { return static_cast<int>(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);