diff --git a/interactive.c b/interactive.c index 98e4c3f..02d3152 100644 --- a/interactive.c +++ b/interactive.c @@ -78,7 +78,7 @@ void interactiveShowData(void) { struct aircraft *a = Modes.aircrafts; static uint64_t next_update; uint64_t now = mstime(); - int count = 0; + int count = 3; char progress; char spinner[4] = "|/-\\";