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 04e94a0f8..f567d9ff5 100644 --- a/src/statuseffect.cpp +++ b/src/statuseffect.cpp @@ -51,7 +51,7 @@ StatusEffect::~StatusEffect() void StatusEffect::playSFX() const { if (!mSFXEffect.empty()) - sound.playSfx(mSFXEffect); + soundManager.playSfx(mSFXEffect); } void StatusEffect::deliverMessage() const |