Moving globals to instance_globals part 10ish.

This commit is contained in:
Bart House
2018-11-24 21:08:17 -08:00
parent f312b8cfe6
commit af949cb1df
5 changed files with 29 additions and 20 deletions

View File

@@ -838,6 +838,9 @@ struct instance_globals {
* remember who zapped the wand. */
struct musable m;
/* o_init.c */
short disco[NUM_OBJECTS];
/* objname.c */
/* distantname used by distant_name() to pass extra information to
xname_flags(); it would be much cleaner if this were a parameter,