summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/snd_dma.c2
-rw-r--r--src/client/snd_openal.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/snd_dma.c b/src/client/snd_dma.c
index b6f62800..f6435352 100644
--- a/src/client/snd_dma.c
+++ b/src/client/snd_dma.c
@@ -508,7 +508,7 @@ static qboolean S_Base_HearingThroughEntity( int entityNum, vec3_t origin )
if( listener_number == entityNum )
{
- // FIXME: <tim@ngus.net> 28/02/06 This is an outrageous hack to detect
+ // This is an outrageous hack to detect
// whether or not the player is rendering in third person or not. We can't
// ask the renderer because the renderer has no notion of entities and we
// can't ask cgame since that would involve changing the API and hence mod
diff --git a/src/client/snd_openal.c b/src/client/snd_openal.c
index dc1cf90b..12fd855b 100644
--- a/src/client/snd_openal.c
+++ b/src/client/snd_openal.c
@@ -675,7 +675,7 @@ static qboolean S_AL_HearingThroughEntity( int entityNum )
if( lastListenerNumber == entityNum )
{
- // FIXME: <tim@ngus.net> 28/02/06 This is an outrageous hack to detect
+ // This is an outrageous hack to detect
// whether or not the player is rendering in third person or not. We can't
// ask the renderer because the renderer has no notion of entities and we
// can't ask cgame since that would involve changing the API and hence mod