about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-15 14:30:22 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-15 14:30:22 +0000
commitc4915c5bd99fb82c338d0ba4a3cbe136e5c305d1 (patch)
treed7b79b7718b9d487a3049c3949f2a70faaa77b44 /src/game/client
parente02afe76dd19d8bc71ecb86c0e8c3468ad8aa7c2 (diff)
downloadzcatch-c4915c5bd99fb82c338d0ba4a3cbe136e5c305d1.tar.gz
zcatch-c4915c5bd99fb82c338d0ba4a3cbe136e5c305d1.zip
added airjump sound. added the option to choose sound device
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/gc_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp
index 950da682..95f322a1 100644
--- a/src/game/client/gc_client.cpp
+++ b/src/game/client/gc_client.cpp
@@ -802,7 +802,7 @@ extern "C" void modc_predict()
 				if(events&COREEVENT_AIR_JUMP)
 				{
 					create_air_jump_effect(pos);
-					snd_play_random(CHN_WORLD, SOUND_PLAYER_JUMP, 1.0f, pos);
+					snd_play_random(CHN_WORLD, SOUND_PLAYER_AIRJUMP, 1.0f, pos);
 				}
 				//if(events&COREEVENT_HOOK_LAUNCH) snd_play_random(CHN_WORLD, SOUND_HOOK_LOOP, 1.0f, pos);
 				if(events&COREEVENT_HOOK_ATTACH_PLAYER) snd_play_random(CHN_WORLD, SOUND_HOOK_ATTACH_PLAYER, 1.0f, pos);