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/effectmanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/effectmanager.cpp') diff --git a/src/effectmanager.cpp b/src/effectmanager.cpp index 5901e21ea..2d235bbfe 100644 --- a/src/effectmanager.cpp +++ b/src/effectmanager.cpp @@ -79,7 +79,7 @@ bool EffectManager::trigger(const int id, Being *const being, being->controlParticle(selfFX); } if (!(*i).SFX.empty()) - sound.playSfx((*i).SFX); + soundManager.playSfx((*i).SFX); break; } } @@ -104,7 +104,7 @@ Particle *EffectManager::triggerReturn(const int id, Being *const being, being->controlParticle(rValue); } if (!(*i).SFX.empty()) - sound.playSfx((*i).SFX); + soundManager.playSfx((*i).SFX); break; } } @@ -126,7 +126,7 @@ bool EffectManager::trigger(const int id, const int x, const int y, if (!(*i).GFX.empty() && particleEngine) particleEngine->addEffect((*i).GFX, x, y, rotation); if (!(*i).SFX.empty()) - sound.playSfx((*i).SFX); + soundManager.playSfx((*i).SFX); break; } } -- cgit v1.2.3-60-g2f50