Fix typo.

This commit is contained in:
Night Owl 2017-07-25 23:52:50 +05:00
parent 508b359b66
commit 59cced0ff9

View File

@ -1502,7 +1502,7 @@ void CFuncTrackTrain::Precache( void )
break; break;
} }
if( !pszSound ) if( pszSound )
{ {
PRECACHE_SOUND( pszSound ); PRECACHE_SOUND( pszSound );
pev->noise = MAKE_STRING( pszSound ); pev->noise = MAKE_STRING( pszSound );