diff options
| author | Joel de Vahl <joel@stalverk80.se> | 2007-10-02 16:19:25 +0000 |
|---|---|---|
| committer | Joel de Vahl <joel@stalverk80.se> | 2007-10-02 16:19:25 +0000 |
| commit | 21df126c88230f11749bc9241ed51a26d31f0810 (patch) | |
| tree | cb1975ea5c41e44f1361c96c4105c702cf865ae1 /src/game | |
| parent | 4bf60da04b668d10c53d5d3784ba3543c7a4d314 (diff) | |
| download | zcatch-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.cpp | 1 |
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; |