(payo): Previous revision screwed up ally bonus.
This commit is contained in:
parent
27efd2c266
commit
b218799e15
1 changed files with 2 additions and 0 deletions
|
@ -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, §);
|
||||||
|
|
||||||
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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue