summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2010-02-01 23:59:14 +0100
committerBertram <bertram@cegetel.net>2010-02-01 23:59:14 +0100
commitd6329c13a589affed482783272db23e4980a5507 (patch)
tree9f59a4f5f02d36add0c42f22b36a980c9428cc66 /src/being.cpp
parent35bddde62fe1b7e60a78e2f699e1035ea6579066 (diff)
downloadmana-client-d6329c13a589affed482783272db23e4980a5507.tar.gz
mana-client-d6329c13a589affed482783272db23e4980a5507.tar.bz2
mana-client-d6329c13a589affed482783272db23e4980a5507.tar.xz
mana-client-d6329c13a589affed482783272db23e4980a5507.zip
Small cleanups.
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 6ce2120a..beed9c35 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -200,7 +200,7 @@ void Being::setPath(const Path &path)
if ((Net::getNetworkType() == ServerInfo::EATHENA) &&
mAction != WALK && mAction != DEAD)
{
- nextStep();
+ nextTile();
mWalkTime = tick_time;
}
}
@@ -471,7 +471,7 @@ void Being::setDirection(Uint8 direction)
}
/** TODO: Used by eAthena only */
-void Being::nextStep()
+void Being::nextTile()
{
if (mPath.empty())
{