diff options
| author | swekka <swekka@proton.me> | 2025-12-06 22:22:44 +0100 |
|---|---|---|
| committer | swekka <swekka@proton.me> | 2025-12-06 22:22:44 +0100 |
| commit | 81abbf0bc7676e1ab9c370183296dbfabe905979 (patch) | |
| tree | 489603736d94246fd6bbe856008f779cd78f5c4b /include/d/a/obj | |
| parent | c603e323d3239c17a1df769df5069f3913230bac (diff) | |
review
Diffstat (limited to 'include/d/a/obj')
| -rw-r--r-- | include/d/a/obj/d_a_obj_paint.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/include/d/a/obj/d_a_obj_paint.h b/include/d/a/obj/d_a_obj_paint.h index 815b2919..a8b0f643 100644 --- a/include/d/a/obj/d_a_obj_paint.h +++ b/include/d/a/obj/d_a_obj_paint.h @@ -12,6 +12,11 @@ class dAcOpaint_c : public dAcObjBase_c { public: + enum Subtype { + Batreaux = 0, + Groose = 1, + }; + dAcOpaint_c() : mStateMgr(*this, sStateID::null) {} virtual ~dAcOpaint_c() {} @@ -35,12 +40,12 @@ private: /* 0x568 */ STATE_MGR_DECLARE(dAcOpaint_c); /* 0x5A4 */ mAng mRotationZRelated; /* 0x5A6 */ mAng mRotationZOffset; - /* 0x5A8 */ s8 field_0x5A8; + /* 0x5A8 */ s8 mPaintingOffsetTimer; /* 0x5A9 */ u8 mSubtype; - /* 0x5AA */ bool field_0x5AA; + /* 0x5AA */ bool mPaintingSwayed; - static mAng rotationZRelated0; - static mAng rotationZRelated1; + static mAng rotationZRelatedBatreaux; + static mAng rotationZRelatedGroose; static const f32 lbl_613_rodata_2C; }; |
