mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-01 14:11:01 +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);
|
levelSetupOptions(nEpisode, nLevel);
|
||||||
StartLevel(&gGameOptions);
|
StartLevel(&gGameOptions);
|
||||||
|
levelTryPlayMusicOrNothing(nEpisode, nLevel);
|
||||||
viewResizeView(gViewSize);
|
viewResizeView(gViewSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue