We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7bf917 + 7f92645 commit 66964c8Copy full SHA for 66964c8
cl_dll/saytext.cpp
@@ -99,7 +99,8 @@ int CHudSayText :: Draw( float flTime )
99
int y = Y_START;
100
101
//if ( ( gViewPort && gViewPort->AllowedToPrintText() == FALSE) || !m_HUD_saytext->value )
102
- //return 1;
+ if ( !m_HUD_saytext->value )
103
+ return 1;
104
105
// make sure the scrolltime is within reasonable bounds, to guard against the clock being reset
106
flScrollTime = min( flScrollTime, flTime + m_HUD_saytext_time->value );
0 commit comments