mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Remove duplicated strings.
This commit is contained in:
parent
f6135287e6
commit
456b52f31e
@ -98,9 +98,6 @@ int CHudSayText::Draw( float flTime )
|
||||
// make sure the scrolltime is within reasonable bounds, to guard against the clock being reset
|
||||
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( *g_szLineBuffer[0] )
|
||||
|
Loading…
Reference in New Issue
Block a user