diff options
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index d773e68ca..9e2bd8f99 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -1206,7 +1206,7 @@ void Being::setAction(const Action &action, const int attackId) currentAction = getDeadAction(); if (mInfo) { - playSfx(mInfo->getSound(SOUND_EVENT_DIE), this, true, mX, mY); + playSfx(mInfo->getSound(SOUND_EVENT_DIE), this, false, mX, mY); if (mType == MONSTER || mType == NPC) mYDiff = mInfo->getDeadSortOffsetY(); } |