(payo): Previous revision screwed up ally bonus.

This commit is contained in:
Markus Armbruster 2004-02-15 20:28:52 +00:00
parent 27efd2c266
commit b218799e15

View file

@ -102,6 +102,8 @@ payo(void)
prxy("%4d,%-4d ", ship.shp_orig_x, ship.shp_orig_y, player->cnum); prxy("%4d,%-4d ", ship.shp_orig_x, ship.shp_orig_y, player->cnum);
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y, player->cnum); prxy("%4d,%-4d ", ship.shp_x, ship.shp_y, player->cnum);
getsect(ship.shp_x, ship.shp_y, &sect);
dist = mapdist(ship.shp_x, ship.shp_y, dist = mapdist(ship.shp_x, ship.shp_y,
ship.shp_orig_x, ship.shp_orig_y); ship.shp_orig_x, ship.shp_orig_y);
pr("%4d ", dist); pr("%4d ", dist);