From 21df126c88230f11749bc9241ed51a26d31f0810 Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Tue, 2 Oct 2007 16:19:25 +0000 Subject: sound fixes and initial lock implementation --- src/game/client/game_client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client') 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; -- cgit 1.4.1