From 86d05e7dde1312d7276345637107d6eaea974a90 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 16 Feb 2013 21:03:56 +0000 Subject: Remove a few name tags --- src/client/snd_dma.c | 2 +- src/client/snd_openal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') 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: 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: 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 -- cgit