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

This commit is contained in:
Bart House
2018-12-16 19:48:54 -08:00
parent cc881d02b1
commit 471224ea70
9 changed files with 314 additions and 303 deletions
+9
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 */