]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_sdl.c
revised commandline option comments for better categorization when sorted
[xonotic/darkplaces.git] / snd_sdl.c
index b673dfa9a58b9c13ec71c1fe628418363f900570..5dcaf529bea0a4f489e1d0bca2d63b008cd02a36 100644 (file)
--- a/snd_sdl.c
+++ b/snd_sdl.c
@@ -96,7 +96,7 @@ qboolean SNDDMA_Init(void)
        shm->format.channels = 2; //stereo
        shm->format.width = 2;
 
-// COMMANDLINEOPTION: -sndspeed <hz> chooses 44100 hz, 22100 hz, or 11025 hz sound output rate
+// COMMANDLINEOPTION: SDL Sound: -sndspeed <hz> chooses 44100 hz, 22100 hz, or 11025 hz sound output rate
        i = COM_CheckParm( "-sndspeed" );
        if( i && i != ( com_argc - 1 ) )
                shm->format.speed = atoi( com_argv[ i+1 ] );