From 35d4ce0ed75b2575067007a85d5c211d292ebada Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 31 Mar 2013 20:16:39 +0300 Subject: Rename SoundManager sigleton from sound to soundManager. --- src/statuseffect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statuseffect.cpp') 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 -- cgit v1.2.3-60-g2f50