diff options
| author | Howard Luck <pheenoh@gmail.com> | 2026-04-11 13:50:50 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-11 12:50:50 -0700 |
| commit | ad6f8e926597a6cb9f8eed91a175f95c07e4ee82 (patch) | |
| tree | ae9922e7822f0cf32a97d282082836c82c04751a | |
| parent | 37d22cfed2d6d834bde50fdaf197f9e6b9f1b433 (diff) | |
Fix daNpcCoach_Attr_c::field_0x28 array size (#3148)
| -rw-r--r-- | include/d/actor/d_a_npc_coach.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/d/actor/d_a_npc_coach.h b/include/d/actor/d_a_npc_coach.h index d5ee60e2cf..3917d6f11c 100644 --- a/include/d/actor/d_a_npc_coach.h +++ b/include/d/actor/d_a_npc_coach.h @@ -25,10 +25,7 @@ public: /* 0x1C */ f32 max_speed; // 最大速度 - Maximum Speed /* 0x20 */ f32 spring_constant; // バネ係数 - Spring Constant /* 0x24 */ f32 damp_coeff[1]; // 減衰係数 - Damp Coefficient - /* 0x28 */ f32 field_0x28[1]; - /* 0x2C */ f32 field_0x2c; - /* 0x30 */ f32 field_0x30; - /* 0x34 */ f32 field_0x34; + /* 0x28 */ f32 field_0x28[4]; /* 0x38 */ f32 vert_swing_width; // 縦揺れ幅 - Vertical Swing Width /* 0x3C */ f32 shake_dist; // 揺れ距離 - Shake Distance /* 0x40 */ f32 jump_dist; // 跳ね距離 - Jump Distance |
