summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>2026-04-11 20:37:32 +0200
committerGitHub <noreply@github.com>2026-04-11 12:37:32 -0600
commit37d22cfed2d6d834bde50fdaf197f9e6b9f1b433 (patch)
treec68d792baa2e1cd136d68fee1f6634cc68ddae8a /include
parent9b900a1a55f82e1d1140acba2c6f6317522d2590 (diff)
Fix daBaseNpc_c field_0x744 array size (#3154)
Diffstat (limited to 'include')
-rw-r--r--include/d/actor/d_a_npc2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/d/actor/d_a_npc2.h b/include/d/actor/d_a_npc2.h
index d1d06d7764..c940d14a87 100644
--- a/include/d/actor/d_a_npc2.h
+++ b/include/d/actor/d_a_npc2.h
@@ -119,8 +119,7 @@ public:
public:
/* 0x56C */ dBgS_ObjAcch mAcch;
- /* 0x744 */ char field_0x744;
- /* 0x745 */ u8 field_0x745[0x74c - 0x745];
+ /* 0x744 */ char field_0x744[8];
/* 0x74C */ request_of_phase_process_class mPhase;
/* 0x754 */ mDoExt_McaMorfSO* mpModelMorf;
/* 0x758 */ Z2Creature mSound;