objnam.c globals moved to instance globals.

This commit is contained in:
Bart House
2018-11-23 13:37:30 -08:00
parent 72490a9cac
commit 88fc8b79db
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 */