X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_player.pas;h=5c8fdb77314a61498144dd214d708675eddc3a10;hp=854d8119b44c4f0b4fe27b264e7dd273dece20bc;hb=dad4ab1ddf5b9cfa035b2a2d158dc0dc7130e912;hpb=5c6d35a607a760b6ff6623247db43a42f775fff7 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 : }