X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=8fb6e0d9b8cbbb086d6011b611b45c8ecf9e9de3;hp=a5c458c974c6fc1acc8695f6dd251331eff16c86;hb=01ac8add25b75d81c9b3a9b4fbbf6e8f0ef651c3;hpb=84d30a1eb1e7e8473357c16a46bc666a9cca1f73 diff --git a/all b/all index a5c458c9..8fb6e0d9 100755 --- a/all +++ b/all @@ -503,6 +503,14 @@ case "$cmd" in fi fi set -- "darkplaces/darkplaces$client" -nexuiz -customgamename Xonotic -customgamedirname1 data -customgamedirname2 "" -customgamescreenshotname xonotic -customgameuserdirname xonotic "$@" + + # if pulseaudio is running: USE IT + if ps -C pulseaudio >/dev/null; then + if ldd /usr/lib/libSDL.so 2>/dev/null | grep pulse >/dev/null; then + export SDL_AUDIODRIVER=pulse + fi + fi + if [ -n "$USE_GDB" ]; then set -- gdb --args "$@" fi