diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-31 20:16:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-31 20:16:39 +0300 |
commit | 35d4ce0ed75b2575067007a85d5c211d292ebada (patch) | |
tree | e5749655db88531768635586e52508cefdfd8a5a /src/statuseffect.cpp | |
parent | 8f52bfee633b4aa2f7e49c1e16428d8f1c03fcfc (diff) | |
download | mv-35d4ce0ed75b2575067007a85d5c211d292ebada.tar.gz mv-35d4ce0ed75b2575067007a85d5c211d292ebada.tar.bz2 mv-35d4ce0ed75b2575067007a85d5c211d292ebada.tar.xz mv-35d4ce0ed75b2575067007a85d5c211d292ebada.zip |
Rename SoundManager sigleton from sound to soundManager.
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 |