Remove duplicated strings.

This commit is contained in:
Andrey Akhmichin 2019-07-18 04:35:38 +05:00
parent f6135287e6
commit 456b52f31e

View File

@ -98,9 +98,6 @@ int CHudSayText::Draw( float flTime )
// make sure the scrolltime is within reasonable bounds, to guard against the clock being reset // make sure the scrolltime is within reasonable bounds, to guard against the clock being reset
flScrollTime = min( flScrollTime, flTime + m_HUD_saytext_time->value ); flScrollTime = min( flScrollTime, flTime + m_HUD_saytext_time->value );
// make sure the scrolltime is within reasonable bounds, to guard against the clock being reset
flScrollTime = min( flScrollTime, flTime + m_HUD_saytext_time->value );
if( flScrollTime <= flTime ) if( flScrollTime <= flTime )
{ {
if( *g_szLineBuffer[0] ) if( *g_szLineBuffer[0] )