diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-28 00:11:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-28 00:11:59 +0300 |
commit | 4e7669dd6e07658fa86878d1e64c482a094b3b19 (patch) | |
tree | 8ffc8cb8621fef8a40615ef17e7b39abd885a000 /src/being/being.cpp | |
parent | a065831539e63dc6e25f4743b3a548aadf92304a (diff) | |
download | plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.tar.gz plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.tar.bz2 plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.tar.xz plus-4e7669dd6e07658fa86878d1e64c482a094b3b19.zip |
Add fake pet moving commands.
Actual moving will be implimented after.
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 70a71d960..289f49411 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1642,7 +1642,6 @@ void Being::petLogic() if (mX != dstX || mY != dstY) { setPath(mMap->findPath(mX, mY, dstX, dstY, blockWalkMask)); - petHandler->move(mOwner, mId, mX, mY, dstX, dstY); return; } } |