From: Stas'M Date: Thu, 31 Jan 2019 15:29:05 +0000 (+0300) Subject: Player: Add missing sounds to pause X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=dad4ab1ddf5b9cfa035b2a2d158dc0dc7130e912 Player: Add missing sounds to pause --- diff --git a/src/game/g_player.pas b/src/game/g_player.pas index 854d811..5c8fdb7 100644 --- a/src/game/g_player.pas +++ b/src/game/g_player.pas @@ -2266,6 +2266,7 @@ begin FSawSound.Free(); FSawSoundIdle.Free(); FSawSoundHit.Free(); + FSawSoundSelect.Free(); FJetSoundFly.Free(); FJetSoundOn.Free(); FJetSoundOff.Free(); @@ -6260,6 +6261,9 @@ begin FSawSoundIdle.Pause(Enable); FSawSoundHit.Pause(Enable); FSawSoundSelect.Pause(Enable); + FJetSoundFly.Pause(Enable); + FJetSoundOn.Pause(Enable); + FJetSoundOff.Pause(Enable); end; { T C o r p s e : }