mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
Fix titlemap music bug
This commit is contained in:
parent
efc8e42083
commit
a9b66109fc
1 changed files with 0 additions and 9 deletions
|
@ -2734,15 +2734,6 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
S_FadeMusic(0, FixedMul(
|
||||
FixedDiv((F_GetWipeLength(wipedefs[wipe_level_toblack])-2)*NEWTICRATERATIO, NEWTICRATE), MUSICRATE));
|
||||
|
||||
// todo old titlemap music fix, 255d5c6c9422d5934d9acfd2bc2767112ded8a9b
|
||||
// may not be necessary for this branch
|
||||
// if (!titlemapinaction)
|
||||
// {
|
||||
// // As oddly named as this is, this handles music only.
|
||||
// // We should be fine starting it here.
|
||||
// S_Start();
|
||||
// }
|
||||
|
||||
// Let's fade to black here
|
||||
// But only if we didn't do the special stage wipe
|
||||
if (rendermode != render_none && !ranspecialwipe)
|
||||
|
|
Loading…
Reference in a new issue