objnam.c globals moved to instance globals.

This commit is contained in:
Bart House
2018-11-23 13:37:30 -08:00
parent 01596f1660
commit 041e55467a
3 changed files with 13 additions and 8 deletions

View File

@@ -345,6 +345,9 @@ const struct instance_globals g_init = {
/* mused.c */
FALSE, /* m_using */
/* objname.c */
0, /* distantname */
/* pickup.c */
0, /* oldcap */
UNDEFINED_PTR, /* current_container */