Browse Source

Fix typo.

halloween
Night Owl 7 years ago
parent
commit
59cced0ff9
  1. 2
      dlls/plats.cpp

2
dlls/plats.cpp

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

Loading…
Cancel
Save