mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Mapster32: stop playing sounds when entering the tile selector in 3d mode
git-svn-id: https://svn.eduke32.com/eduke32@7220 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
21958bc110
commit
992d5abac2
1 changed files with 3 additions and 0 deletions
|
@ -2541,6 +2541,9 @@ static int32_t m32gettile(int32_t idInitialTile)
|
|||
int32_t noTilesMarked=1;
|
||||
int32_t mark_lastk = -1;
|
||||
|
||||
FX_StopAllSounds();
|
||||
S_ClearSoundLocks();
|
||||
|
||||
pushDisableFog();
|
||||
|
||||
// Enable following line for testing. I couldn't work out how to change vidmode on the fly
|
||||
|
|
Loading…
Reference in a new issue