We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc2f6e commit c6e089fCopy full SHA for c6e089f
Client/mods/deathmatch/logic/CClientIFP.h
@@ -232,7 +232,8 @@ class CClientIFP: public CClientEntity, FileLoader
232
233
constexpr void RoundSize ( uint32_t & u32Size );
234
constexpr bool isKeyFramesTypeRoot ( IFP_FrameType iFrameType );
235
- void ParseSequenceObject ( Object & ObjectNode, std::string & CorrectBoneName );
+ int32_t ParseSequenceVersion1 ( IFP_ANIM Anim, std::string & strCorrectBoneName );
236
+ void ParseSequenceVersion2 ( Object & ObjectNode, std::string & strCorrectBoneName );
237
238
CAnimBlendHierarchySAInterface * GetAnimationHierarchy ( const SString & strAnimationName );
239
inline std::shared_ptr < CIFPAnimations > GetIFPAnimationsPointer ( void ) { return m_pIFPAnimations; }
0 commit comments