From a660d9f8bb8aefeb80345f535d48ea26af865518 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sun, 17 Jan 2010 11:45:53 +0530 Subject: Remove unused you.youpos, fix comment on actor::move_to_pos. --- crawl-ref/source/actor.h | 2 +- crawl-ref/source/player.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h index eba31bc031..f480c6fab7 100644 --- a/crawl-ref/source/actor.h +++ b/crawl-ref/source/actor.h @@ -32,7 +32,7 @@ public: // grids, such as mgrd. virtual void moveto(const coord_def &c) = 0; - // High-level actor movement. If in doubt, use this. Returns true if the + // High-level actor movement. If in doubt, use this. Returns false if the // actor cannot be moved to the target, possibly because it is already // occupied. virtual bool move_to_pos(const coord_def &c) = 0; diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 81b0fe44d4..a9ef76f13c 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -62,8 +62,6 @@ public: char max_level; - coord_def youpos; - coord_def prev_move; int hunger; -- cgit v1.2.3-54-g00ecf