X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fland.h;h=e3648f0c9aec73469ef6df397730077745146cb0;hp=3dc5fcf55c46771a2eeeb86d14228f744ddae3db;hb=4e7c993a;hpb=2e693275f16254b7bf07d6069b4c6da7a21bbb47 diff --git a/include/land.h b/include/land.h index 3dc5fcf55..e3648f0c9 100644 --- a/include/land.h +++ b/include/land.h @@ -201,7 +201,8 @@ extern int lnd_interdict(struct emp_qelem *, coord, coord, natid); extern void lnd_sel(struct nstr_item *, struct emp_qelem *); extern int lnd_check_mines(struct emp_qelem *); extern double lnd_pathcost(struct lndstr *, double); -extern double lnd_mobcost(struct lndstr *, struct sctstr *, int); +extern int lnd_mobtype(struct lndstr *); +extern double lnd_mobcost(struct lndstr *, struct sctstr *); extern char *lnd_path(int, struct lndstr *, char *); extern int attack_val(int, struct lndstr *);