Fix typo.

This commit is contained in:
Night Owl 2017-07-25 23:52:50 +05:00
parent 508b359b66
commit 59cced0ff9
1 changed files with 1 additions and 1 deletions

View File

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