- stop all sound before showing ENDOOM.

This commit is contained in:
Christoph Oelckers 2022-11-16 17:08:11 +01:00
commit eb97346b0e
3 changed files with 14 additions and 5 deletions

View file

@ -192,6 +192,7 @@ int RunEndoom()
return 0;
}
[[noreturn]]
void ST_Endoom()
{
int code = RunEndoom();