]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.c
S_LocalSound now uses ATTN_NONE, so menu sounds and such will no longer be centered...
[xonotic/darkplaces.git] / snd_main.c
index 9e2653283a8dcd3ad7de94ae84ca83c99688de94..b772db81fd739d6c6cf14f5cf791b59044a87e13 100644 (file)
@@ -1055,7 +1055,7 @@ qboolean S_LocalSound (const char *sound)
        // Local sounds must not be freed
        sfx->flags |= SFXFLAG_PERMANENTLOCK;
 
-       ch_ind = S_StartSound (cl.viewentity, 0, sfx, vec3_origin, 1, 1);
+       ch_ind = S_StartSound (cl.viewentity, 0, sfx, vec3_origin, 1, 0);
        if (ch_ind < 0)
                return false;