]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
"soundlist" now tells you if a sound is streamed and whether it is mono or stereo
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index b6a44bc1cef047d225b79aee80592c771a1e1382..4d463c2a23519883c8cad633e921b6249f166e1f 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -43,6 +43,7 @@ typedef struct
 #define SFXFLAG_NONE                   0
 #define SFXFLAG_SILENTLYMISSING        (1 << 0) // if the sfx is missing and loaded with complain = false
 #define SFXFLAG_USED                   (1 << 1)
+#define SFXFLAG_STREAMED               (1 << 2) // informative only. You shouldn't need to know that
 
 typedef struct snd_fetcher_s snd_fetcher_t;
 typedef struct sfx_s