From b4cef60d62e24d3c0c0451e94adf99254a259a3d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 30 Aug 2008 08:01:29 +0000 Subject: fixed the remote console --- src/game/client/components/sounds.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/client/components/sounds.cpp') 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() -- cgit 1.4.1