vis: remove unneeded carriage-returns from output

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-02-08 16:53:30 +10:30
parent f1dcf001ab
commit 06e50087ad
1 changed files with 0 additions and 3 deletions

View File

@ -484,14 +484,11 @@ LeafThread(void *unused)
PortalCompleted(p);
if (verbose > 1) {
printf("\r");
logprint("portal:%4i mightsee:%4i cansee:%4i\n",
(int)(p - portals), p->nummightsee, p->numcansee);
}
} while (1);
printf("\r");
return NULL;
}