mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
Merge branch 'resynctext' into 'master'
Fix broken resynch text See merge request KartKrew/Kart-Public!338
This commit is contained in:
commit
87f2bdeb55
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