Moved read.c globals to instance_globals.

This commit is contained in:
Bart House
2018-11-23 10:47:52 -08:00
parent c91d560591
commit 43cc162cf9
4 changed files with 33 additions and 31 deletions

View File

@@ -464,6 +464,9 @@ struct instance_globals {
/* pickup.c */
int oldcap; /* last encumberance */
/* read.c */
boolean known;
/* restore.c */
int n_ids_mapped;
struct bucket *id_map;