From cd42f593aa6cc236e1a9142fae7a711fd9841e6d Mon Sep 17 00:00:00 2001 From: Roderic Morris Date: Sun, 26 Oct 2008 17:03:04 +0000 Subject: fixes for movement --- src/being.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 567a0d98..a0475910 100644 --- a/src/being.h +++ b/src/being.h @@ -123,6 +123,11 @@ class Being : public Sprite */ void setDestination(int x, int y); + /** + * Returns the destination for this being. + */ + const Vector &getDestination() const { return mDest; } + /** * Adjusts course to expected stat point. */ -- cgit v1.2.3-70-g09d2