mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +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)
|
||||
{
|
||||
// Encore humming starts immediately.
|
||||
if (leveltime == 3)
|
||||
if (leveltime == 1)
|
||||
S_ChangeMusicInternal("encore", true);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue