progress "meter"

This commit is contained in:
Bill Currie 2003-09-12 23:13:11 +00:00
parent 84ea81a770
commit 0db01f41fb

View file

@ -269,8 +269,12 @@ GetNextPortal (void)
}
}
if (p)
if (p) {
static int count;
printf ("%5d / %5d %d\r", count++, numportals * 2, p->nummightsee);
fflush (stdout);
p->status = stat_selected;
}
UNLOCK;