Remove a few name tags

This commit is contained in:
Tim Angus 2013-02-16 21:03:56 +00:00
parent 2da0fd6de8
commit d201443350
9 changed files with 12 additions and 23 deletions

View file

@ -656,7 +656,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