Revert "Moved read.c globals to instance_globals."

This reverts commit d37a91a6b8.
This commit is contained in:
nhmall
2018-11-23 22:16:56 -05:00
parent 2fb68024fe
commit 04fe16d938
4 changed files with 31 additions and 33 deletions

View File

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