mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Various bug fixes and CAnimTree implementations
This commit is contained in:
@@ -10,10 +10,10 @@ namespace urde
|
||||
|
||||
class CMetaTransTrans : public IMetaTrans
|
||||
{
|
||||
CCharAnimTime x4_animTime;
|
||||
CCharAnimTime x4_transDur;
|
||||
bool xc_;
|
||||
bool xd_;
|
||||
u32 x10_;
|
||||
bool xd_runA;
|
||||
u32 x10_flags;
|
||||
public:
|
||||
CMetaTransTrans(CInputStream& in);
|
||||
EMetaTransType GetType() const {return EMetaTransType::Trans;}
|
||||
|
||||
Reference in New Issue
Block a user