Store update disable flag in the game table to make it visible in
xdump: (gamestr): New member game_upd_disable. (game_ca): Update accordingly. (game_ctrl_update): New. (disa, enab): Use it. (updates_disabled): Rewrite and move to game.c (disablefil): Remove.
This commit is contained in:
parent
e7e8717e86
commit
286dda725e
8 changed files with 31 additions and 34 deletions
|
@ -346,7 +346,6 @@ extern int sct_typematch(char *);
|
|||
extern int demand_update_want(int *, int *, int);
|
||||
extern int demand_check(void);
|
||||
extern int demandupdatecheck(void);
|
||||
extern int updates_disabled(void);
|
||||
/* xundump.c */
|
||||
extern int xundump(FILE *, char *, int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue