mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 21:11:00 +00:00
While we're doing it, fix the animation/music happening while paused!
This commit is contained in:
parent
c65a2e3177
commit
0accb8fca7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue