Skip to content

Commit 3771953

Browse files
committed
changed return type of AddAnimationHandler to CAnimBlendAssociation *
1 parent 80a7554 commit 3771953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Client/sdk/multiplayer/CMultiplayer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ struct SClothesCacheStats
3636
uint uiNumRemoved;
3737
};
3838

39+
class CAnimBlendAssociation;
3940
typedef unsigned long AssocGroupId;
4041
typedef unsigned long AnimationId;
4142

@@ -63,7 +64,7 @@ typedef void ( PostWorldProcessHandler ) ( void );
6364
typedef void ( IdleHandler ) ( void );
6465
typedef void ( PreFxRenderHandler ) ( void );
6566
typedef void ( PreHudRenderHandler ) ( void );
66-
typedef void ( AddAnimationHandler ) ( RpClump * pClump, AssocGroupId animGroup, AnimationId animID );
67+
typedef CAnimBlendAssociation * ( AddAnimationHandler ) ( RpClump * pClump, AssocGroupId animGroup, AnimationId animID );
6768
typedef void ( BlendAnimationHandler ) ( RpClump * pClump, AssocGroupId animGroup, AnimationId animID, float fBlendDelta );
6869
typedef bool ( ProcessCollisionHandler ) ( class CEntitySAInterface* pThisInterface, class CEntitySAInterface* pOtherInterface );
6970
typedef bool ( VehicleCollisionHandler ) ( class CVehicleSAInterface* pCollidingVehicle, class CEntitySAInterface* pCollidedVehicle, int iModelIndex, float fDamageImpulseMag, float fCollidingDamageImpulseMag, uint16 usPieceType, CVector vecCollisionPos, CVector vecCollisionVelocity );

0 commit comments

Comments
 (0)