Skip to content

Commit 81883cf

Browse files
author
AnOldLady
committed
Fixed
1 parent 10e8a98 commit 81883cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sp/src/game/server/physics_prop_ragdoll.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ class CRagdollProp : public CBaseAnimating, public CDefaultPlayerPickupVPhysics
7575

7676
// locals
7777
void InitRagdollAnimation( void );
78+
#ifdef MAPBASE
79+
void InitRagdoll( const Vector &forceVector, int forceBone, const Vector &forcePos, matrix3x4_t *pPrevBones, matrix3x4_t *pBoneToWorld, float dt, int collisionGroup, bool activateRagdoll, bool bWakeRagdoll = true, bool bDeathPose = false );
80+
#else
7881
void InitRagdoll( const Vector &forceVector, int forceBone, const Vector &forcePos, matrix3x4_t *pPrevBones, matrix3x4_t *pBoneToWorld, float dt, int collisionGroup, bool activateRagdoll, bool bWakeRagdoll = true );
82+
#endif
7983

8084
void RecheckCollisionFilter( void );
8185
void SetDebrisThink();

0 commit comments

Comments
 (0)