fix broken resynch text

This commit is contained in:
Alug 2023-11-21 15:23:03 +01:00
parent 62294dfe35
commit a68a1d7ef9

View file

@ -1116,6 +1116,10 @@ void HU_Ticker(void)
}
if (cechotimer > 0) --cechotimer;
// Animate the desynch dots
if (hu_resynching)
resynch_ticker++; //tic tic tic tic tic
HU_TickSongCredits();
}