(num_teles, redir_fp, pipe_fp, exec_fd, sendeof, prompt, command)

(ac_intercept, all_missiles, ac_planedamage, ac_doflak, ac_landflak)
(ac_shipflak, ac_fireflak, can_fly, do_evade, att_calcodds)
(emp_setbitmap, lnd_hit_mine, conditions, get_wp, daemonize): Internal
linkage.
This commit is contained in:
Markus Armbruster 2006-05-20 13:54:45 +00:00
parent aac6312c74
commit 2ae6be9af6
18 changed files with 41 additions and 44 deletions

View file

@ -54,6 +54,7 @@
#include "prototypes.h"
static void lnd_mess(char *, struct llist *);
static int lnd_hit_mine(struct lndstr *, struct lchrstr *);
int
attack_val(int combat_mode, struct lndstr *lp)
@ -1006,7 +1007,7 @@ lnd_hardtarget(struct lndstr *lp)
(double)lp->lnd_spd / 2.0 - lp->lnd_vis));
}
int
static int
lnd_hit_mine(struct lndstr *lp, struct lchrstr *lcp)
{
double m;