diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 60b1d14d..a639b5a8 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -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(); }