P_Ticker: Encore map intro hum starts at tic 1, not 3, after experimental intro timer merger

This commit is contained in:
toaster 2023-04-30 20:31:07 +01:00
parent 08266c44c6
commit f65471f609

View file

@ -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