mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_Ticker: fix typo playing level music
This commit is contained in:
parent
49b09a3cf5
commit
51d9e4bf4b
1 changed files with 1 additions and 1 deletions
|
|
@ -978,7 +978,7 @@ void P_Ticker(boolean run)
|
|||
if (!Music_Playing("level_nosync"))
|
||||
{
|
||||
// Do not stop level_nosync
|
||||
Music_Play(Music_Song("level_nosync")[0] ? "level_nosync" : "level");
|
||||
Music_Play((gametyperules & GTR_NOPOSITION) ? "level_nosync" : "level");
|
||||
}
|
||||
}
|
||||
else if (starttime != introtime)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue