diff --git a/src/f_finale.c b/src/f_finale.c index d8e869b2..9f5dc1dc 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -1043,6 +1043,9 @@ void F_StartWaitingPlayers(void) void F_WaitingPlayersTicker(void) { + if (paused) + return; + finalecount++; // dumb hack, only start the music on the 1st tick so if you instantly go into the map you aren't hearing a tic of music