Fix daBaseNpc_c field_0x744 array size (#3154)

This commit is contained in:
Pieter-Jan Briers
2026-04-11 20:37:32 +02:00
committed by GitHub
parent 9b900a1a55
commit 37d22cfed2
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ const char* daObj_GrA_c::getResName() {
u8 daObj_GrA_c::getMode() {
u32 uVar1 = fopAcM_GetParam(this) >> 28 & 3;
strcpy(&field_0x744, "Obj_grA");
strcpy(field_0x744, "Obj_grA");
switch (uVar1) {
case 1: