rumors.c static globals moved to instance_globals.

This commit is contained in:
Bart House
2018-11-23 10:05:21 -08:00
parent dfc8f071f6
commit ee8ce55b7b
3 changed files with 80 additions and 68 deletions

View File

@@ -344,6 +344,16 @@ const struct instance_globals g_init = {
FALSE, /* m_using */
/* pickup.c */
0, /* oldcap */
/* rumors.c */
0, /* true_rumor_size */
0, /* false_rumor_size */
UNDEFINED, /* true_rumor_start*/
UNDEFINED, /* false_rumor_start*/
UNDEFINED, /* true_rumor_end */
UNDEFINED, /* false_rumor_end */
0, /* oracle_flag */
0, /* oracle_cnt */
NULL, /* oracle_loc */
/* save.c */
TRUE, /* havestate*/
0, /* ustuck_id */