]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_sdl.c
view: Use bob_limit again. Ignore the cvar with classic.
[xonotic/darkplaces.git] / snd_sdl.c
index 68c84cdbe116fbd1195573b36f5f34c14caeeb57..680d53e7aaa3b6d63c5c0997a006d1d396bc8bb6 100644 (file)
--- a/snd_sdl.c
+++ b/snd_sdl.c
@@ -102,7 +102,7 @@ Create "snd_renderbuffer" with the proper sound format if the call is successful
 May return a suggested format if the requested format isn't available
 ====================
 */
-qboolean SndSys_Init (snd_format_t* fmt)
+qbool SndSys_Init (snd_format_t* fmt)
 {
        unsigned int buffersize;
        SDL_AudioSpec wantspec;
@@ -220,7 +220,7 @@ SndSys_LockRenderBuffer
 Get the exclusive lock on "snd_renderbuffer"
 ====================
 */
-qboolean SndSys_LockRenderBuffer (void)
+qbool SndSys_LockRenderBuffer (void)
 {
        SDL_LockAudioDevice(audio_device);
        return true;