mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-30 08:00:56 +00:00
EndOfLevel: 2.1 _clear -> lclear music in y_inter
This commit is contained in:
parent
b057b2932d
commit
481c0d7623
1 changed files with 2 additions and 2 deletions
|
@ -700,7 +700,7 @@ void Y_Ticker(void)
|
|||
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
|
||||
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
|
||||
else
|
||||
S_ChangeMusicInternal("_clear", false); // don't loop it
|
||||
S_ChangeMusicInternal("lclear", false); // don't loop it
|
||||
}
|
||||
|
||||
if (intertic < TICRATE) // one second pause before tally begins
|
||||
|
@ -765,7 +765,7 @@ void Y_Ticker(void)
|
|||
if (mapheaderinfo[gamemap-1]->musicinterfadeout)
|
||||
S_FadeOutStopMusic(mapheaderinfo[gamemap-1]->musicinterfadeout);
|
||||
else
|
||||
S_ChangeMusicInternal("_clear", false); // don't loop it
|
||||
S_ChangeMusicInternal("lclear", false); // don't loop it
|
||||
tallydonetic = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue