mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed: Blood's summary screen needs to stop it sound when it ends.
This commit is contained in:
parent
e0ec0f24d0
commit
512f1d852b
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ class BloodSummaryScreen : SummaryScreenBase
|
|||
BloodScreen.DrawText(font, text, 160, 134, 1, shadow:font == SmallFont2);
|
||||
}
|
||||
}
|
||||
|
||||
override void OnDestroy()
|
||||
{
|
||||
Raze.StopAllSounds();
|
||||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue