mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 12:40:40 +00:00
fix broken resynch text
This commit is contained in:
parent
62294dfe35
commit
a68a1d7ef9
1 changed files with 4 additions and 0 deletions
|
@ -1117,6 +1117,10 @@ void HU_Ticker(void)
|
||||||
|
|
||||||
if (cechotimer > 0) --cechotimer;
|
if (cechotimer > 0) --cechotimer;
|
||||||
|
|
||||||
|
// Animate the desynch dots
|
||||||
|
if (hu_resynching)
|
||||||
|
resynch_ticker++; //tic tic tic tic tic
|
||||||
|
|
||||||
HU_TickSongCredits();
|
HU_TickSongCredits();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue