summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 600de11e8..d87eb5da6 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -3258,8 +3258,12 @@ void Being::fixPetSpawnPos(int &dstX, int &dstY) const
offsetY1 = mInfo->getMoveOffsetY();
break;
- case ATTACK:
case DEAD:
+ offsetX1 = mInfo->getDeadOffsetX();
+ offsetY1 = mInfo->getDeadOffsetY();
+ break;
+
+ case ATTACK:
case SPAWN:
case HURT:
case STAND: