mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 07:11:45 +00:00
localized strings for default team names cuz why not
This commit is contained in:
parent
c9c90de4f3
commit
52a6d033ba
2 changed files with 15 additions and 15 deletions
|
@ -178,20 +178,20 @@ static const char *s_PreserveEnts[] =
|
||||||
// NOTE: the indices here must match TEAM_TERRORIST, TEAM_CT, TEAM_SPECTATOR, etc.
|
// NOTE: the indices here must match TEAM_TERRORIST, TEAM_CT, TEAM_SPECTATOR, etc.
|
||||||
char *sTeamNames[] =
|
char *sTeamNames[] =
|
||||||
{
|
{
|
||||||
"Unassigned",
|
"#FF_TEAM_UNASSIGNED",
|
||||||
"Spectator",
|
"#FF_TEAM_SPECTATOR",
|
||||||
"Blue",
|
"#FF_TEAM_BLUE",
|
||||||
"Red",
|
"#FF_TEAM_RED",
|
||||||
"Yellow",
|
"#FF_TEAM_YELLOW",
|
||||||
"Green",
|
"#FF_TEAM_GREEN",
|
||||||
"Custom1",
|
"#FF_TEAM_CUSTOM1",
|
||||||
"Custom2",
|
"#FF_TEAM_CUSTOM2",
|
||||||
"Custom3",
|
"#FF_TEAM_CUSTOM3",
|
||||||
"Custom4",
|
"#FF_TEAM_CUSTOM4",
|
||||||
"Custom5",
|
"#FF_TEAM_CUSTOM5",
|
||||||
"Custom6",
|
"#FF_TEAM_CUSTOM6",
|
||||||
"Custom7",
|
"#FF_TEAM_CUSTOM7",
|
||||||
"Custom8",
|
"#FF_TEAM_CUSTOM8",
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -225,7 +225,7 @@ int CFF_SH_TeamManager::GetTeamLimits( void )
|
||||||
|
|
||||||
//ConCommand ff_team( "ff_team",
|
//ConCommand ff_team( "ff_team",
|
||||||
//ConCommand ff_team( "ffdbg_dump_teams",
|
//ConCommand ff_team( "ffdbg_dump_teams",
|
||||||
#if defined (DEBUG) && defined (GAME_DLL)
|
#if defined (_DEBUG) && defined (GAME_DLL)
|
||||||
void DebugSetTeamName_f( const CCommand &args )
|
void DebugSetTeamName_f( const CCommand &args )
|
||||||
{
|
{
|
||||||
if ( args.ArgC() < 2 )
|
if ( args.ArgC() < 2 )
|
||||||
|
|
Loading…
Reference in a new issue