summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-02-16 21:03:56 +0000
committerTim Angus <tim@ngus.net>2013-02-16 22:12:08 +0000
commit86d05e7dde1312d7276345637107d6eaea974a90 (patch)
tree1e03fff9b25ef34d59358b236db9dd207b1798c0 /src/client
parent0d15e50542e1bd791bc1d87744dcca9971e040f6 (diff)
Remove a few name tags
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