diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 08:01:29 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-30 08:01:29 +0000 |
| commit | b4cef60d62e24d3c0c0451e94adf99254a259a3d (patch) | |
| tree | 315d821277f7ea85d3f30d87818005aa77c67438 /src/game/client/components/sounds.cpp | |
| parent | 0511e1152a13ad99b51a819a75ef457404e86d4c (diff) | |
| download | zcatch-b4cef60d62e24d3c0c0451e94adf99254a259a3d.tar.gz zcatch-b4cef60d62e24d3c0c0451e94adf99254a259a3d.zip | |
fixed the remote console
Diffstat (limited to 'src/game/client/components/sounds.cpp')
| -rw-r--r-- | src/game/client/components/sounds.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/sounds.cpp b/src/game/client/components/sounds.cpp index 569bbf01..024d07d4 100644 --- a/src/game/client/components/sounds.cpp +++ b/src/game/client/components/sounds.cpp @@ -11,6 +11,8 @@ void SOUNDS::on_init() snd_set_channel(SOUNDS::CHN_MUSIC, 1.0f, 0.0f); snd_set_channel(SOUNDS::CHN_WORLD, 0.9f, 1.0f); snd_set_channel(SOUNDS::CHN_GLOBAL, 1.0f, 0.0f); + + snd_set_listener_pos(0.0f, 0.0f); } void SOUNDS::on_render() |