diff options
| author | playerskel <97991990+playerskel@users.noreply.github.com> | 2023-02-26 17:26:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 17:26:07 +0100 |
| commit | 9f0b7bb8a3e84cedbe2eca82450113fe3b5b9b98 (patch) | |
| tree | 224e14f2226b33bad47c7f1e1a261e6aa754b810 /src | |
| parent | 9f09505d34619883748a7dab05071883281c14fd (diff) | |
another round of trailing whitespaces (#1495)
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/actors/ovl_En_Bird/z_en_bird.h | 4 | ||||
| -rw-r--r-- | src/overlays/actors/ovl_En_Ta/z_en_ta.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/overlays/actors/ovl_En_Bird/z_en_bird.h b/src/overlays/actors/ovl_En_Bird/z_en_bird.h index b255ee39b..1cc9858b1 100644 --- a/src/overlays/actors/ovl_En_Bird/z_en_bird.h +++ b/src/overlays/actors/ovl_En_Bird/z_en_bird.h @@ -15,8 +15,8 @@ typedef struct EnBird { /* 0x0194 */ u32 unk_194; // set to 0 but otherwise unused /* 0x0198 */ s32 timer; /* 0x019C */ s16 scaleAnimSpeed; // when true, anim speed scales with XZ speed while slowing down. otherwise anim plays full speed - /* 0x01A0 */ f32 posYMag; - /* 0x01A4 */ f32 rotYMag; + /* 0x01A0 */ f32 posYMag; + /* 0x01A4 */ f32 rotYMag; /* 0x01A8 */ f32 speedTarget; /* 0x01AC */ f32 speedStep; /* 0x01B0 */ f32 flightDistance; // radius of "home" area diff --git a/src/overlays/actors/ovl_En_Ta/z_en_ta.h b/src/overlays/actors/ovl_En_Ta/z_en_ta.h index d5bd5c49a..8f7e1f8b5 100644 --- a/src/overlays/actors/ovl_En_Ta/z_en_ta.h +++ b/src/overlays/actors/ovl_En_Ta/z_en_ta.h @@ -43,7 +43,7 @@ typedef struct EnTa { /* 0x0000 */ Actor actor; /* 0x014C */ SkelAnime skelAnime; /* 0x0190 */ Vec3s jointTable[ENTA_LIMB_MAX]; - /* 0x01F6 */ Vec3s morphTable[ENTA_LIMB_MAX]; + /* 0x01F6 */ Vec3s morphTable[ENTA_LIMB_MAX]; /* 0x025C */ EnTaActionFunc actionFunc; /* 0x0260 */ EnTaAnimFunc animFunc; /* 0x0264 */ ColliderCylinder collider; |
