From 1d94de45354ebb309ecba126a2c5a4a648bdaf3f Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 18 Jun 2012 16:32:03 +0000 Subject: REFACTOR [reletive -> relative] From /dev/humancontroller. --- src/client/snd_public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') 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 -- cgit