]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
don't bother calling Collision_ValidateBrush when creating box brushes
[xonotic/darkplaces.git] / snd_null.c
index ab5b4c6e7f70d39880d70e5444a4b104ce3a87a5..d98cf4b5229d3b4c21c305228a1d0071f0c16f66 100755 (executable)
@@ -67,6 +67,11 @@ int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float f
        return -1;
 }
 
+int S_StartSound_StartPosition (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition)
+{
+       return -1;
+}
+
 void S_StopChannel (unsigned int channel_ind, qboolean lockmutex)
 {
 }
@@ -147,3 +152,6 @@ float S_GetChannelPosition (unsigned int ch_ind)
        return -1;
 }
 
+void SndSys_SendKeyEvents(void)
+{
+}