mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-06-01 09:32:32 +00:00
- 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:
parent
a66fc98d24
commit
d24bd0fc14
27 changed files with 636 additions and 1572 deletions
|
@ -2979,7 +2979,7 @@ void G_BonusScreenRRRA(int32_t bonusonly)
|
|||
Net_GetPackets();
|
||||
break;
|
||||
}
|
||||
S_Cleanup();
|
||||
|
||||
if (!S_CheckSoundPlaying(-1,35)) break;
|
||||
if (I_CheckAllInput())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue