Skip to content

Commit c6e089f

Browse files
committed
Added PraseSequenceVersion1 and PraseSequenceVersion2
1 parent 7dc2f6e commit c6e089f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Client/mods/deathmatch/logic/CClientIFP.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ class CClientIFP: public CClientEntity, FileLoader
232232

233233
constexpr void RoundSize ( uint32_t & u32Size );
234234
constexpr bool isKeyFramesTypeRoot ( IFP_FrameType iFrameType );
235-
void ParseSequenceObject ( Object & ObjectNode, std::string & CorrectBoneName );
235+
int32_t ParseSequenceVersion1 ( IFP_ANIM Anim, std::string & strCorrectBoneName );
236+
void ParseSequenceVersion2 ( Object & ObjectNode, std::string & strCorrectBoneName );
236237

237238
CAnimBlendHierarchySAInterface * GetAnimationHierarchy ( const SString & strAnimationName );
238239
inline std::shared_ptr < CIFPAnimations > GetIFPAnimationsPointer ( void ) { return m_pIFPAnimations; }

0 commit comments

Comments
 (0)