summaryrefslogtreecommitdiff
path: root/src/client/snd_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/snd_public.h')
-rw-r--r--src/client/snd_public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/snd_public.h b/src/client/snd_public.h
index 20c1c7f6..193f89ee 100644
--- a/src/client/snd_public.h
+++ b/src/client/snd_public.h
@@ -34,8 +34,8 @@ void S_StopBackgroundTrack( void );
// cinematics and voice-over-network will send raw samples
// 1.0 volume will be direct output of source samples
-void S_RawSamples (int stream, int samples, int rate, int width, int channels,
- const byte *data, float volume);
+void S_RawSamples(int stream, int samples, int rate, int width, int channels,
+ const byte *data, float volume, int entityNum);
// stop all sounds and the background track
void S_StopAllSounds( void );