1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-10 08:50:23 +00:00

Fixup feetFloorFlags doc and -> feetFloorFlag

This commit is contained in:
Dragorn421 2022-02-19 18:17:38 +01:00
parent 3f784d0068
commit c45b3611e7
No known key found for this signature in database
GPG key ID: C182A3A3996E8201
3 changed files with 12 additions and 10 deletions

View file

@ -96,7 +96,7 @@ typedef struct {
/* 0x0C */ ActorShadowFunc shadowDraw; // Shadow draw function
/* 0x10 */ f32 shadowScale; // Changes the size of the shadow
/* 0x14 */ u8 shadowAlpha; // Default is 255
/* 0x15 */ u8 feetFloorFlags; // Set if the actor's foot is clipped under the floor. & 1 is right foot, & 2 is left
/* 0x15 */ u8 feetFloorFlag; // 0 if actor or feet aren't on ground, or 1 or 2 depending on feet positions
/* 0x18 */ Vec3f feetPos[2]; // Update by using `Actor_SetFeetPos` in PostLimbDraw
} ActorShape; // size = 0x30