diff --git a/src/game.cpp b/src/game.cpp index 2b14b2c8..0a9dcfda 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2659,7 +2659,7 @@ void the_game(bool &kill, bool random_input, InputHandler *input, } // Update sound listener - sound->updateListener(camera.getCameraNode()->getPosition(), + sound->updateListener(camera.getCameraNode()->getPosition()+intToFloat(camera_offset, BS), v3f(0,0,0), // velocity camera.getDirection(), camera.getCameraNode()->getUpVector());