Skip to content

Commit

Permalink
- fixed: Blood's summary screen needs to stop it sound when it ends.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 1, 2021
1 parent e0ec0f2 commit 512f1d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wadsrc/static/zscript/games/blood/ui/screens.zs
Expand Up @@ -199,6 +199,11 @@ class BloodSummaryScreen : SummaryScreenBase
BloodScreen.DrawText(font, text, 160, 134, 1, shadow:font == SmallFont2);
}
}

override void OnDestroy()
{
Raze.StopAllSounds();
}
}

//---------------------------------------------------------------------------
Expand Down

0 comments on commit 512f1d8

Please sign in to comment.