initializers, take 2

This commit is contained in:
nhmall
2022-06-25 15:29:27 -04:00
parent 4c3fb47900
commit 86bf8cfb45

View File

@@ -5343,7 +5343,7 @@ display_binventory(int x, int y, boolean as_if_seen)
#if defined(CORE_INVENT)
/* enum and structs are defined in wintype.h */
static perminvent_info zeropi = { {0L,0,0,0,0,0,0,0}, {0,0,0,0,{0},0} };
static perminvent_info zeropi = { {0L,0,0,0,0,0,0,0}, {0,0,0,0,0,{0},0} };
static perminvent_info pi_info;
static char Empty[1] = { '\0' };
static int done_environment_var = 0;