Decompile modelSetAnimPlaySpeed

This commit is contained in:
Ryan Dwyer
2020-06-30 08:21:37 +10:00
parent 9e222f63ad
commit 939c609195
5 changed files with 24 additions and 34 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ void func0001de1c(struct model *model, f32 speed);
u32 func0001de98(void);
void modelSetAnimSpeed(struct model *model, f32 speed, f32 startframe);
void func0001df04(struct model *model, f32 arg1, f32 arg2);
void func0001dfac(struct model *model, f32 arg1, f32 arg2);
void modelSetAnimPlaySpeed(struct model *model, f32 speed, f32 frame);
void modelSetAnim70(struct model *model, void *callback);
u32 func0001e018(void);
u32 func0001e14c(void);
+4 -4
View File
@@ -142,10 +142,10 @@ struct anim {
/*0x6c*/ u32 unk6c;
/*0x70*/ void *unk70; // pointer to function
/*0x74*/ f32 playspeed;
/*0x78*/ u32 newplay;
/*0x7c*/ u32 oldplay;
/*0x80*/ u32 timeplay;
/*0x84*/ u32 elapseplay;
/*0x78*/ f32 newplay;
/*0x7c*/ f32 oldplay;
/*0x80*/ f32 timeplay;
/*0x84*/ f32 elapseplay;
/*0x88*/ f32 animscale;
};