artifact.c, cmd.c and makemon.c globals moved to instance_globals.

This commit is contained in:
Bart House
2018-11-23 21:06:53 -08:00
parent 74caa8d8e4
commit f1e48cddfe
9 changed files with 313 additions and 302 deletions

View File

@@ -329,13 +329,22 @@ const struct instance_globals g_init = {
/* artifact.c */
0, /* spec_dbon_applies */
UNDEFINED_VALUES, /* artiexist */
UNDEFINED_VALUES, /* artdisco */
/* botl.c */
0, /* mrank_sz */
/* cmd.c */
UNDEFINED_VALUES, /* Cmd */
/* dog.c */
0, /* petname_used */
/* makemon.c */
{ -1, /* choice_count */
{ 0 } }, /* mchoices */
/* mused.c */
FALSE, /* m_using */
UNDEFINED_VALUE, /* trapx */