summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/common/particle.h')
-rw-r--r--src/graphics/common/particle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/common/particle.h b/src/graphics/common/particle.h
index 9e9fd36..4047cb5 100644
--- a/src/graphics/common/particle.h
+++ b/src/graphics/common/particle.h
@@ -305,7 +305,7 @@ protected:
void DrawParticuleWheel(int i);
CObject* SearchObjectGun(Math::Vector old, Math::Vector pos, ParticuleType type, CObject *father);
CObject* SearchObjectRay(Math::Vector pos, Math::Vector goal, ParticuleType type, CObject *father);
- void Play(Sound sound, Math::Vector pos, float amplitude);
+ void Play(Snd::Sound sound, Math::Vector pos, float amplitude);
bool TrackMove(int i, Math::Vector pos, float progress);
void TrackDraw(int i, ParticuleType type);