diff options
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index a8b3eaf8c..fed51529f 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1337,6 +1337,8 @@ void Being::setDirection(const uint8_t direction) if (mAnimationEffect) mAnimationEffect->setSpriteDirection(dir); recalcSpritesOrder(); + if (mPet) + mPet->petLogic(); } uint8_t Being::calcDirection() const |