(updating_mob, timestamp_fixing): Inappropriate for global/, move to

update/mobility.c.
(timestamp_fixing, do_upd_checking): Static linkage.
This commit is contained in:
Markus Armbruster 2004-02-19 16:39:31 +00:00
parent bfcfaf08c2
commit 6b67276f4f
2 changed files with 5 additions and 4 deletions

View file

@ -47,9 +47,12 @@
#include "subs.h"
#include "optlist.h"
extern int timestamp_fixing;
extern int update_pending;
int do_upd_checking = 0;
int updating_mob = 1;
static int timestamp_fixing;
static int do_upd_checking = 0;
static void do_mob_land(register struct lndstr *, register int);
static void do_mob_plane(register struct plnstr *, register int);