From 026befe6ac86cfdd94743fa0d1c0c27726c4c1a6 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 5 Oct 2022 00:35:06 -0700 Subject: [PATCH] don't use parray for Entry struct --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 429f1923..303be41d 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -2329,7 +2329,7 @@ struct S_Unknown_GC_Ep3_E1 { ptext name; ptext description; }; - /* 0024 */ parray entries; + /* 0024 */ Entry entries[4]; /* 00E4 */ parray unknown_a3; /* 0104 */ parray unknown_a4; /* 0118 */ parray unknown_a5;