- SW: stop cutscene sound before going to the summary screen.

This commit is contained in:
Christoph Oelckers 2020-08-25 18:28:50 +02:00
parent 7d30218d8e
commit cf36e7d770
3 changed files with 3 additions and 2 deletions

View file

@ -790,6 +790,7 @@ void FNotifyBuffer::AddString(int printlevel, FString source)
int width;
if (hud_messages == 0 ||
screen == nullptr ||
source.IsEmpty() ||
gamestate == GS_FULLCONSOLE ||
gamestate == GS_MENUSCREEN ||