(take_plane_off_land): Fix stupid pasto in assertion.
This commit is contained in:
parent
bba101eda6
commit
b900866ea8
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ put_plane_on_land(struct plnstr *plane, struct lndstr *land)
|
||||||
void
|
void
|
||||||
take_plane_off_land(struct plnstr *plane, struct lndstr *land)
|
take_plane_off_land(struct plnstr *plane, struct lndstr *land)
|
||||||
{
|
{
|
||||||
if (CANT_HAPPEN(plane->pln_ship != land->lnd_uid))
|
if (CANT_HAPPEN(plane->pln_land != land->lnd_uid))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
fit_plane_off_land(plane, land);
|
fit_plane_off_land(plane, land);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue