From 55ed12f8d1eb6887d348be03aee5573d44177ffb Mon Sep 17 00:00:00 2001 From: Michael Sartain Date: Thu, 2 Oct 2014 08:25:55 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- mp/src/game/shared/voice_gamemgr.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp/src/game/shared/voice_gamemgr.cpp') diff --git a/mp/src/game/shared/voice_gamemgr.cpp b/mp/src/game/shared/voice_gamemgr.cpp index 2feb048d..15523859 100644 --- a/mp/src/game/shared/voice_gamemgr.cpp +++ b/mp/src/game/shared/voice_gamemgr.cpp @@ -48,6 +48,7 @@ CVoiceGameMgr g_VoiceGameMgr; // ------------------------------------------------------------------------ // // Find a player with a case-insensitive name search. +#if 0 static CBasePlayer* FindPlayerByName(const char *pTestName) { for(int i=1; i <= gpGlobals->maxClients; i++) @@ -69,6 +70,7 @@ static CBasePlayer* FindPlayerByName(const char *pTestName) return NULL; } +#endif static void VoiceServerDebug( const char *pFmt, ... ) { -- cgit v1.2.3