Skip to content

Commit 6e80659

Browse files
committed
Added InsertAnimationDummySequence with new parameters
1 parent 85de6ed commit 6e80659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientIFP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class CClientIFP: public CClientEntity, FileLoader
3131
void ReadKrt0FramesAsCompressed ( BYTE * pKeyFrames, int32_t TotalFrames );
3232
void ReadKr00FramesAsCompressed ( BYTE * pKeyFrames, int32_t TotalFrames );
3333

34-
void insertAnimDummySequence ( _CAnimBlendHierarchy * pAnimHierarchy, size_t SequenceIndex);
34+
void InsertAnimationDummySequence ( std::unique_ptr < CAnimBlendSequence > & pAnimationSequence, std::string & BoneName, DWORD & BoneID );
3535
int32_t getBoneIDFromName(std::string const& BoneName);
3636
std::string getCorrectBoneNameFromName(std::string const& BoneName);
3737
std::string getCorrectBoneNameFromID(int32_t & BoneID);

0 commit comments

Comments
 (0)