mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 14:26:45 -04:00
another round of trailing whitespaces (#1495)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user