diff options
author | Bertram <bertram@cegetel.net> | 2010-02-01 23:59:14 +0100 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2010-02-01 23:59:14 +0100 |
commit | d6329c13a589affed482783272db23e4980a5507 (patch) | |
tree | 9f59a4f5f02d36add0c42f22b36a980c9428cc66 /src/being.h | |
parent | 35bddde62fe1b7e60a78e2f699e1035ea6579066 (diff) | |
download | mana-d6329c13a589affed482783272db23e4980a5507.tar.gz mana-d6329c13a589affed482783272db23e4980a5507.tar.bz2 mana-d6329c13a589affed482783272db23e4980a5507.tar.xz mana-d6329c13a589affed482783272db23e4980a5507.zip |
Small cleanups.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h index b286ef41..4d0f714a 100644 --- a/src/being.h +++ b/src/being.h @@ -147,10 +147,10 @@ class Being : public Sprite, public ConfigListener void setWalkTime(int walkTime) { mWalkTime = walkTime; } /** - * Makes this being take the next step (tile) of its path. + * Makes this being take the next tile of its path. * TODO: Used by eAthena only? */ - virtual void nextStep(); + virtual void nextTile(); /** * Get the current X pixel offset. |