We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0224395 commit 39d46b7Copy full SHA for 39d46b7
cl_dll/hud/scoreboard.cpp
@@ -149,7 +149,7 @@ bool CHudScoreboard :: ShouldDrawScoreboard() const
149
if( m_bForceDraw )
150
return true;
151
152
- if( m_bShowscoresHeld || gHUD.m_Health.m_iHealth <= 0 || gHUD.m_iIntermission )
+ if( m_bShowscoresHeld || gHUD.m_iIntermission )
153
154
155
return false;
cl_dll/input.cpp
@@ -845,7 +845,7 @@ int CL_ButtonBits( int bResetState )
845
bits |= IN_SCORE;
846
}
847
848
- // Dead or in intermission? Shore scoreboard, too
+ // Intermission? Show scoreboard too
849
if( gHUD.m_Scoreboard.ShouldDrawScoreboard( ))
850
{
851
0 commit comments