]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_oss.c
fix nail and explosion sound defaults
[xonotic/darkplaces.git] / snd_oss.c
index 9e1711af33f816f2661c7ea7ddbda6e4677f21f1..f50c321c58c03d2cd2aa7d6145091c72ce7575bc 100644 (file)
--- a/snd_oss.c
+++ b/snd_oss.c
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 int audio_fd;
 
-static int tryrates[] = {44100, 22050, 11025, 8000};
+static int tryrates[] = {44100, 48000, 22050, 24000, 11025, 16000, 8000};
 
 qboolean SNDDMA_Init(void)
 {