| 26 | } |
| 27 | |
| 28 | U32 iAnimBoneCount(void* RawData) |
| 29 | { |
| 30 | if (*(U32*)RawData == '1BKS') |
| 31 | { |
| 32 | return ((iAnimSKBHeader*)RawData)->BoneCount; |
| 33 | } |
| 34 | |
| 35 | return 0; |
| 36 | } |
| 37 | |
| 38 | // non-matching: incorrect instruction order and regalloc |
| 39 | void iAnimBlend(F32 BlendFactor, F32 BlendRecip, U16* BlendTimeOffset, |
no outgoing calls
no test coverage detected