Doc & formatting fixes.

This commit is contained in:
Markus Armbruster 2005-05-30 15:03:24 +00:00
parent 18ee9a2f35
commit 1ec5767d5f
5 changed files with 3 additions and 6 deletions

View file

@ -159,7 +159,6 @@ sona(void)
memset(visbuf, 0, (WORLD_Y * (WORLD_X + 1)));
snxtitem_dist(&nit, EF_SHIP, ship.shp_x, ship.shp_y, range);
while (nxtitem(&nit, &targ)) {
if (targ.shp_own == player->cnum || targ.shp_own == 0)
continue;
tmcp = &mchr[(int)targ.shp_type];