- added refactored sound code to RR frontend.

- removed most code using the low level sound interface directly from Duke and RR frontends.
This commit is contained in:
Christoph Oelckers 2019-12-16 16:18:47 +01:00
parent a66fc98d24
commit d24bd0fc14
27 changed files with 636 additions and 1572 deletions

View file

@ -2979,7 +2979,7 @@ void G_BonusScreenRRRA(int32_t bonusonly)
Net_GetPackets();
break;
}
S_Cleanup();
if (!S_CheckSoundPlaying(-1,35)) break;
if (I_CheckAllInput())
{