mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-08-03 20:24:36 +02:00
Update hud_basechat.cpp
This commit is contained in:
@@ -1186,7 +1186,7 @@ void CBaseHudChat::StartMessageMode( int iMessageModeType )
|
||||
{
|
||||
case MM_SAY: pszPrompt = g_pVGuiLocalize->Find( "#chat_say" ); break;
|
||||
case MM_SAY_TEAM: pszPrompt = g_pVGuiLocalize->Find( "#chat_say_team" ); break;
|
||||
case MM_SAY_PARTY: pszPrompt = g_pVGuiLocalize->Find( "#chat_party" ); break;
|
||||
case MM_SAY_PARTY: pszPrompt = g_pVGuiLocalize->Find( "#chat_say_party" ); break;
|
||||
}
|
||||
|
||||
if ( pszPrompt )
|
||||
@@ -1869,4 +1869,4 @@ void CBaseHudChat::FireGameEvent( IGameEvent *event )
|
||||
ChatPrintf( player->entindex(), CHAT_FILTER_NONE, "(SourceTV) %s", event->GetString( "text" ) );
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user