GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6d35a
)
Player: Add missing sounds to pause
author
Stas'M <x86corez@gmail.com>
Thu, 31 Jan 2019 15:29:05 +0000
(18:29 +0300)
committer
Stas'M <x86corez@gmail.com>
Thu, 31 Jan 2019 15:41:48 +0000
(18:41 +0300)
src/game/g_player.pas
patch
|
blob
|
history
diff --git
a/src/game/g_player.pas
b/src/game/g_player.pas
index 854d8119b44c4f0b4fe27b264e7dd273dece20bc..5c8fdb77314a61498144dd214d708675eddc3a10 100644
(file)
--- 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 : }
DEADSOFTWARE 2012-2025