]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Added missing semicolon
authorReki <spiper212@gmail.com>
Sun, 30 May 2021 18:45:52 +0000 (14:45 -0400)
committerReki <spiper212@gmail.com>
Sun, 30 May 2021 18:45:52 +0000 (14:45 -0400)
sound.h

diff --git a/sound.h b/sound.h
index 877b4f44eda1d511fb0d8b15fb57b3611715a5e2..5de510699dff000648a0d45be3d8d0353f9a129f 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -101,7 +101,7 @@ sfx_t *S_FindName(const char *name);
 int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
 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);
 qbool S_LocalSound (const char *s);
-qbool S_LocalSound2 (const char *sound, int chnl, float vlume)
+qbool S_LocalSound2 (const char *sound, int chnl, float vlume);
 
 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
 void S_StopSound (int entnum, int entchannel);