mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
progress "meter"
This commit is contained in:
parent
84ea81a770
commit
0db01f41fb
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue