about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/game/client/components/effects.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/components/effects.cpp b/src/game/client/components/effects.cpp
index 6b3d90ed..c9c47a8d 100644
--- a/src/game/client/components/effects.cpp
+++ b/src/game/client/components/effects.cpp
@@ -142,6 +142,7 @@ void EFFECTS::playerspawn(vec2 pos)
 		gameclient.particles->add(PARTICLES::GROUP_GENERAL, &p);
 		
 	}
+	gameclient.sounds->play(SOUNDS::CHN_WORLD, SOUND_PLAYER_SPAWN, 1.0f, pos);
 }
 
 void EFFECTS::playerdeath(vec2 pos, int cid)