mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 03:30:50 +00:00
fix broken resynch text
This commit is contained in:
parent
62294dfe35
commit
a68a1d7ef9
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue