Remove take_plane_off_ship(), take_plane_off_land()
Commit 3e370da5
left them pretty trivial. Inline, simplify, remove.
This commit is contained in:
parent
4478df7da6
commit
b024d57b38
3 changed files with 2 additions and 24 deletions
|
@ -556,8 +556,6 @@ extern int pln_arm(struct emp_qelem *, int, char, struct ichrstr *,
|
|||
extern int pln_mobcost(int, struct plnstr *, int);
|
||||
extern void pln_put(struct emp_qelem *);
|
||||
extern void pln_put1(struct plist *);
|
||||
extern void take_plane_off_ship(struct plnstr *, struct shpstr *);
|
||||
extern void take_plane_off_land(struct plnstr *, struct lndstr *);
|
||||
extern void plane_sweep(struct emp_qelem *, coord, coord);
|
||||
extern int put_plane_on_land(struct plnstr *, struct lndstr *);
|
||||
extern int pln_hitchance(struct plnstr *, int, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue