mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Blood: restart music after level warp.
This commit is contained in:
parent
3ba5ca46c9
commit
e93ec79608
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ void LevelWarp(int nEpisode, int nLevel)
|
|||
{
|
||||
levelSetupOptions(nEpisode, nLevel);
|
||||
StartLevel(&gGameOptions);
|
||||
levelTryPlayMusicOrNothing(nEpisode, nLevel);
|
||||
viewResizeView(gViewSize);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue