(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

@ -80,8 +80,6 @@ int morale_base = 42; /* base for morale */
/* opt_MOB_ACCESS */
int sect_mob_neg_factor = 2; /* ETU/neg_factor = negative amount of mobility
a sector has after being taken */
int updating_mob = 1; /* If we are currently updating mob */
int timestamp_fixing = 0; /* If we are currently fixing timestamps */
int lost_items_timeout = 172800; /* How long before removing from database */

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);