]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Simplify R_DrawCustomSurface by calling R_DrawCustomSurface_Texture.
[xonotic/darkplaces.git] / snd_null.c
index a30bfd796c4b20458f0260a38fb8d47a3e61dd92..42e88f04e82bec95312ec7fb905dfa075315fbe2 100755 (executable)
@@ -69,11 +69,6 @@ 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;
-}
-
 int S_StartSound_StartPosition_Flags (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation, float startposition, int flags, float fspeed)
 {
        return -1;
@@ -115,7 +110,7 @@ qboolean S_IsSoundPrecached (const sfx_t *sfx)
        return false;
 }
 
-void S_UnloadAllSounds_f (void)
+void S_UnloadAllSounds_f (cmd_state_t *cmd)
 {
 }