artifact.c, cmd.c and makemon.c globals moved to instance_globals.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user