X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_null.c;h=42e88f04e82bec95312ec7fb905dfa075315fbe2;hb=cc0e49ff09037fcfb8ae11f5eff119f84d413ab6;hp=8385964425053d17c5f7a18f664b6bb219ba2101;hpb=37c4042c3dbb546c53bc5de8d556d2469b49289e;p=xonotic%2Fdarkplaces.git diff --git a/snd_null.c b/snd_null.c index 83859644..42e88f04 100755 --- a/snd_null.c +++ b/snd_null.c @@ -69,12 +69,7 @@ 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) +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) { }