summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-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 193f89ee..837f0f03 100644
--- a/src/client/snd_public.h
+++ b/src/client/snd_public.h
@@ -46,8 +46,8 @@ void S_AddLoopingSound( int entityNum, const vec3_t origin, const vec3_t velocit
void S_AddRealLoopingSound( int entityNum, const vec3_t origin, const vec3_t velocity, sfxHandle_t sfx );
void S_StopLoopingSound(int entityNum );
-// recompute the reletive volumes for all running sounds
-// reletive to the given entityNum / orientation
+// recompute the relative volumes for all running sounds
+// relative to the given entityNum / orientation
void S_Respatialize( int entityNum, const vec3_t origin, vec3_t axis[3], int inwater );
// let the sound system know where an entity currently is