(could_be_on_ship): Fix rev. 1.61.
This commit is contained in:
parent
44a9130bf3
commit
32bd205362
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ could_be_on_ship(struct plnstr *pp, struct shpstr *sp)
|
|||
struct shpstr ship;
|
||||
|
||||
ship = *sp;
|
||||
sp->shp_nplane = sp->shp_nchoppers = sp->shp_nxlight = 0;
|
||||
ship.shp_nplane = ship.shp_nchoppers = ship.shp_nxlight = 0;
|
||||
return fit_plane_on_ship(pp, &ship);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue