mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
P_Ticker: Encore map intro hum starts at tic 1, not 3, after experimental intro timer merger
This commit is contained in:
parent
08266c44c6
commit
f65471f609
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ void P_Ticker(boolean run)
|
||||||
if (encoremode)
|
if (encoremode)
|
||||||
{
|
{
|
||||||
// Encore humming starts immediately.
|
// Encore humming starts immediately.
|
||||||
if (leveltime == 3)
|
if (leveltime == 1)
|
||||||
S_ChangeMusicInternal("encore", true);
|
S_ChangeMusicInternal("encore", true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue