subs: Rename shp_put() to shp_nav_put()
For consistency with lnd_mar_put(). Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
18bf9e0b34
commit
7548337e73
3 changed files with 4 additions and 4 deletions
|
@ -270,7 +270,7 @@ sail_nav_fleet(struct fltheadstr *fltp)
|
|||
fltp->maxmoves = 1;
|
||||
--fltp->maxmoves;
|
||||
}
|
||||
shp_put(&ship_list, own);
|
||||
shp_nav_put(&ship_list, own);
|
||||
getship(sp->shp_uid, &ship);
|
||||
fltp->x = ship.shp_x;
|
||||
fltp->y = ship.shp_y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue