(could_be_on_ship): Fix rev. 1.61.

This commit is contained in:
Markus Armbruster 2007-11-01 10:15:54 +00:00
parent 44a9130bf3
commit 32bd205362

View file

@ -955,7 +955,7 @@ could_be_on_ship(struct plnstr *pp, struct shpstr *sp)
struct shpstr ship; struct shpstr ship;
ship = *sp; 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); return fit_plane_on_ship(pp, &ship);
} }