]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.h
fix leaktest
[xonotic/darkplaces.git] / snd_main.h
index f16dbb26539151b8b9e6b9a58abddf5d6111db41..97da6693a49956f478e709859a9eb9f8c39d230c 100644 (file)
@@ -119,6 +119,7 @@ extern qboolean snd_usethreadedmixing; // if true, the main thread does not mix
 
 extern cvar_t _snd_mixahead;
 extern cvar_t snd_swapstereo;
+extern cvar_t snd_streaming;
 
 #define SND_CHANNELLAYOUT_AUTO         0
 #define SND_CHANNELLAYOUT_STANDARD     1
@@ -194,8 +195,6 @@ typedef struct portable_samplepair_s
 {
        int sample[SND_LISTENERS];
 } portable_sampleframe_t;
-// LordHavoc: was 512, expanded to 2048
-#define        PAINTBUFFER_SIZE 2048
 
 typedef struct listener_s
 {