Call S_PauseSounds(false) from Menu_Close()

git-svn-id: https://svn.eduke32.com/eduke32@7724 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-06-25 11:30:31 +00:00 committed by Christoph Oelckers
parent 2ce96f67be
commit 7a4a80552c

View file

@ -4294,6 +4294,7 @@ void Menu_Close(uint8_t playerID)
walock[TILE_SAVESHOT] = 199;
G_UpdateScreenArea();
S_PauseSounds(false);
}
}