more follow-up from -Wno-missing-field-initializers avoidance

This commit is contained in:
nhmall
2023-11-20 19:09:02 -05:00
parent eb89388b35
commit d00707984b

View File

@@ -470,12 +470,12 @@ const struct instance_globals_k g_init_k = {
const struct instance_globals_l g_init_l = {
/* cmd.c */
UNDEFINED_VALUE, /* last_command_count */
/* dbridge.c */
/* decl.c */
{ { 0 } }, /* lastseentyp */
{ UNDEFINED_VALUES }, /* level_info */
{ { {0}, {0} },
{ {0}, {0} },
{ {0}, {0} },
{ { { UNDEFINED_VALUES } }, /* level.locations */
{ { UNDEFINED_PTR } }, /* level.objects */
{ { UNDEFINED_PTR } }, /* level.monsters */
NULL, NULL, NULL, NULL, NULL, {0} }, /* level */
#if defined(UNIX) || defined(VMS)
0, /* locknum */