We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad71336 commit 76ebb55Copy full SHA for 76ebb55
1 file changed
src/game/client/tf/vgui/tf_match_summary.cpp
@@ -1054,7 +1054,7 @@ void CTFMatchSummary::UpdateMatchTimeRemaining()
1054
1055
int iTimeLeft = ( TFGameRules() && TFGameRules()->GetTimeLeft() > 0 ) ? TFGameRules()->GetTimeLeft() : 0;
1056
1057
- const bool bTieBreaker = iTimeLeft == 0 && ( TFGameRules()->GetSeriesPoints( TFGameRules()->GetGCTeamForGameTeam( TF_TEAM_RED ) ) == TFGameRules()->GetSeriesPoints( TFGameRules()->GetGCTeamForGameTeam( TF_TEAM_BLU ) ) );
+ const bool bTieBreaker = iTimeLeft == 0 && ( TFGameRules()->GetSeriesPoints( TFGameRules()->GetGCTeamForGameTeam( TF_TEAM_RED ) ) == TFGameRules()->GetSeriesPoints( TFGameRules()->GetGCTeamForGameTeam( TF_TEAM_BLUE ) ) );
1058
1059
m_pMatchSeriesLabel->SetVisible( true );
1060
m_pMatchNextSeriesLabel->SetVisible( true );
0 commit comments