diff options
Diffstat (limited to 'src/statuseffect.cpp')
-rw-r--r-- | src/statuseffect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statuseffect.cpp b/src/statuseffect.cpp index 0ff4b2b6a..5892a95e5 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -59,7 +59,7 @@ StatusEffect::~StatusEffect() void StatusEffect::playSFX() const { if (!mSFXEffect.empty()) - soundManager.playSfx(mSFXEffect); + soundManager.playSfx(mSFXEffect, 0, 0); } void StatusEffect::deliverMessage() const |