(item_prewrite): New.
(checksect, shp_prewrite, lnd_prewrite): Use it.
This commit is contained in:
parent
311ad32a88
commit
1e1f8088a8
4 changed files with 22 additions and 2 deletions
|
@ -108,8 +108,10 @@ shp_prewrite(int n, s_char *ptr)
|
|||
putplane(pp->pln_uid, pp);
|
||||
}
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
item_prewrite(sp->shp_item);
|
||||
getship(n, &ship);
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue