mirror of https://github.com/PrimeDecomp/prime.git
CAnimData: default animation is s16
This commit is contained in:
parent
3f4e53ec74
commit
fcf2e43f1e
|
@ -120,7 +120,7 @@ public:
|
|||
// GetAnimationManager__9CAnimDataFv
|
||||
// SetPoseValid__9CAnimDataFb
|
||||
|
||||
u16 GetDefaultAnimation() const { return x208_defaultAnim; }
|
||||
s16 GetDefaultAnimation() const { return x208_defaultAnim; }
|
||||
// GetCharacterInfo__9CAnimDataCFv
|
||||
// GetCharLayoutInfo__9CAnimDataCFv
|
||||
// GetDeltaRotation__9CAnimDataCFv
|
||||
|
@ -183,7 +183,8 @@ private:
|
|||
rstl::rc_ptr< CTransitionManager > x1fc_transMgr;
|
||||
f32 x200_speedScale;
|
||||
int x204_charIdx;
|
||||
int x208_defaultAnim;
|
||||
s16 x208_defaultAnim;
|
||||
s16 x20a_padding;
|
||||
int x20c_passedBoolCount;
|
||||
int x210_passedIntCount;
|
||||
int x214_passedParticleCount;
|
||||
|
|
Loading…
Reference in New Issue