about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorJoel de Vahl <joel@stalverk80.se>2007-10-02 16:19:25 +0000
committerJoel de Vahl <joel@stalverk80.se>2007-10-02 16:19:25 +0000
commit21df126c88230f11749bc9241ed51a26d31f0810 (patch)
treecb1975ea5c41e44f1361c96c4105c702cf865ae1 /src/game
parent4bf60da04b668d10c53d5d3784ba3543c7a4d314 (diff)
downloadzcatch-21df126c88230f11749bc9241ed51a26d31f0810.tar.gz
zcatch-21df126c88230f11749bc9241ed51a26d31f0810.zip
sound fixes and initial lock implementation
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/game_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 644d781f..705db9f1 100644
--- a/src/game/client/game_client.cpp
+++ b/src/game/client/game_client.cpp
@@ -454,6 +454,7 @@ extern "C" void modc_init()
 
 	// TODO: should be removed
 	music_menu = snd_load_wav("data/audio/music_menu.wav");
+	snd_set_listener_pos(0.0f, 0.0f);
 
 	float total = data->num_sounds+data->num_images;
 	float current = 0;