mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Initial CSpacePirate and rag doll imps
This commit is contained in:
@@ -15,10 +15,10 @@ class CIkChain
|
||||
CSegId x0_;
|
||||
CSegId x1_;
|
||||
CSegId x2_;
|
||||
zeus::CVector3f x4_;
|
||||
zeus::CVector3f x10_;
|
||||
float x1c_;
|
||||
float x20_;
|
||||
zeus::CVector3f x4_ = zeus::CVector3f::skForward;
|
||||
zeus::CVector3f x10_ = zeus::CVector3f::skForward;
|
||||
float x1c_ = 1.f;
|
||||
float x20_ = 1.f;
|
||||
zeus::CQuaternion x24_;
|
||||
zeus::CVector3f x34_;
|
||||
float x40_time = 0.f;
|
||||
@@ -29,7 +29,7 @@ class CIkChain
|
||||
{
|
||||
bool x44_24_activated : 1;
|
||||
};
|
||||
u8 x44_dummy = 0;
|
||||
u32 x44_dummy = 0;
|
||||
};
|
||||
public:
|
||||
CIkChain() = default;
|
||||
|
||||
Reference in New Issue
Block a user