From d00707984bf1c77bd0f3a4fdf2da1ca909bfaecc Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 20 Nov 2023 19:09:02 -0500 Subject: [PATCH] more follow-up from -Wno-missing-field-initializers avoidance --- src/decl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/decl.c b/src/decl.c index 782b5d32a..19588e1ad 100644 --- a/src/decl.c +++ b/src/decl.c @@ -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 */