bundle the display-related hints, that tell bot() and others

that an update is required, into a struct. Remove it from
context since there is no reason to save those.
This commit is contained in:
nhmall
2024-01-04 23:16:27 -05:00
parent 9bcff7b896
commit 22e52ee905
46 changed files with 246 additions and 238 deletions

View File

@@ -189,6 +189,7 @@ const struct Race urace_init_data = {
{ 1, 0, 2, 0, 2, 0 } /* Energy */
};
struct display_hints display = { 0 };
const struct instance_globals_a g_init_a = {
/* artifact.c */
@@ -1061,6 +1062,7 @@ decl_globals_init(void)
ZERO(flags);
ZERO(iflags);
ZERO(a11y);
ZERO(display);
ZERO(u);
ZERO(ubirthday);
ZERO(urealtime);