mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 16:26:26 -04:00
Decompile modelGetAnimSpeed
This commit is contained in:
@@ -55,7 +55,7 @@ bool modelIsFlipped(struct model *model);
|
||||
f32 modelGetCurAnimFrame(struct model *model);
|
||||
f32 func0001d1a0(struct model *model);
|
||||
s32 func0001d218(struct model *model);
|
||||
f32 func0001d260(struct model *model);
|
||||
f32 modelGetAnimSpeed(struct model *model);
|
||||
f32 func0001d288(struct model *model);
|
||||
u32 func0001d320(void);
|
||||
u32 func0001d4fc(void);
|
||||
|
||||
+1
-1
@@ -118,7 +118,7 @@ struct anim {
|
||||
/*0x14*/ s16 framea;
|
||||
/*0x16*/ s16 frameb;
|
||||
/*0x18*/ u32 endrame;
|
||||
/*0x1c*/ u32 speed;
|
||||
/*0x1c*/ f32 speed;
|
||||
/*0x20*/ u32 newspeed;
|
||||
/*0x24*/ u32 oldspeed;
|
||||
/*0x28*/ u32 timespeed;
|
||||
|
||||
Reference in New Issue
Block a user