#define floorAngle floorYaw for compatibility

This commit is contained in:
Arceveti
2021-09-29 16:32:23 -07:00
parent 824056390f
commit ef4ffdc71f

View File

@@ -427,6 +427,7 @@ struct MarioState
/*0x6C*/ f32 ceilHeight;
/*0x70*/ f32 floorHeight;
/*0x74*/ s16 floorYaw;
#define floorAngle floorYaw
/*0x76*/ s16 waterLevel;
/*0x78*/ struct Object *interactObj;
/*0x7C*/ struct Object *heldObj;