This commit is contained in:
Charles 2001-07-24 19:10:29 +00:00
parent 26a332ba7e
commit 30c7f29957

View File

@ -39,6 +39,11 @@ void CNpcFanHazard::processMovement( int _frames )
{
m_rotation += 256 * _frames;
m_rotation &= 4095;
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_ELECTRIC_FAN, true, true );
}
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////