Even more globals moved to instance_globals.c
This commit is contained in:
28
src/decl.c
28
src/decl.c
@@ -354,6 +354,7 @@ const struct instance_globals g_init = {
|
||||
UNDEFINED_VALUES, /* clicklook_cc */
|
||||
WIN_ERR, /* en_win */
|
||||
FALSE, /* en_via_menu */
|
||||
UNDEFINED_VALUE, /* last_multi */
|
||||
|
||||
/* dbridge.c */
|
||||
UNDEFINED_VALUES,
|
||||
@@ -361,6 +362,11 @@ const struct instance_globals g_init = {
|
||||
/* dig.c */
|
||||
UNDEFINED_VALUE, /* did_dig_msg */
|
||||
|
||||
/* display.c */
|
||||
UNDEFINED_VALUES,
|
||||
UNDEFINED_VALUES,
|
||||
UNDEFINED_VALUES,
|
||||
|
||||
/* do.c */
|
||||
FALSE, /* at_ladder */
|
||||
NULL, /* dfr_pre_msg */
|
||||
@@ -372,6 +378,9 @@ const struct instance_globals g_init = {
|
||||
UNDEFINED_VALUE, /* gloc_filter_floodfill_match_glyph */
|
||||
0, /* via_naming */
|
||||
|
||||
/* do_wear.c */
|
||||
FALSE, /* initial_don */
|
||||
|
||||
/* dog.c */
|
||||
0, /* petname_used */
|
||||
UNDEFINED_VALUE, /* gtyp */
|
||||
@@ -398,11 +407,27 @@ const struct instance_globals g_init = {
|
||||
|
||||
/* eat.c */
|
||||
FALSE, /* force_save_hs */
|
||||
NULL, /* eatmbuf */
|
||||
|
||||
/* end.c */
|
||||
UNDEFINED_VALUES,
|
||||
UNDEFINED_VALUES,
|
||||
UNDEFINED_VALUES,
|
||||
VANQ_MLVL_MNDX,
|
||||
|
||||
/* extralev.c */
|
||||
UNDEFINED_VALUES,
|
||||
|
||||
/* files.c */
|
||||
UNDEFINED_VALUES, /* wizkit */
|
||||
UNDEFINED_VALUE, /* lockptr */
|
||||
NULL, /* config_section_chosen */
|
||||
NULL, /* config_section_current */
|
||||
0, /* nesting */
|
||||
0, /* symset_count */
|
||||
FALSE, /* chosen_symset_start */
|
||||
FALSE, /* chosen_symset_end */
|
||||
0, /* symset_which_set */
|
||||
|
||||
/* hack.c */
|
||||
UNDEFINED_VALUES,
|
||||
@@ -461,6 +486,9 @@ const struct instance_globals g_init = {
|
||||
/* objname.c */
|
||||
0, /* distantname */
|
||||
|
||||
/* options.c */
|
||||
NULL, /* symset_list */
|
||||
|
||||
/* pickup.c */
|
||||
0, /* oldcap */
|
||||
UNDEFINED_PTR, /* current_container */
|
||||
|
||||
Reference in New Issue
Block a user