]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
new cvars: snd_startloopingsounds, snd_startnonloopingsounds
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 37e53b06f1e541983304a6a8e68603ca43184759..9099b9cb46d56adedb33bf6e8813dd9c224c91a3 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -76,6 +76,7 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx);
 // S_StartSound returns the channel index, or -1 if an error occurred
 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
 int S_StartSound_StartPosition (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition);
+int S_StartSound_StartPosition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition, int flags);
 qboolean S_LocalSound (const char *s);
 
 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);