diff --git a/source/fx/fxsteam.cpp b/source/fx/fxsteam.cpp index 3616845e4..3c48c0773 100644 --- a/source/fx/fxsteam.cpp +++ b/source/fx/fxsteam.cpp @@ -60,6 +60,12 @@ void CFXSteam::killFX() } ShadeDec=DefShadeDieDec; ScaleInc=0; + + if( m_soundId != NOT_PLAYING ) + { + CSoundMediator::stopAndUnlockSfx(m_soundId); + m_soundId=NOT_PLAYING; + } } /*****************************************************************************/