Fix vehicle-death crash in SP

The assert here is unneeded because RagdollSetupCollisions already has code to handle pCollide being null.
This commit is contained in:
Carter Sande 2014-07-04 00:20:14 -07:00
parent 56accfdb9c
commit 8e27c417df

View file

@ -314,7 +314,6 @@ static void RagdollCreateObjects( IPhysicsEnvironment *pPhysEnv, ragdoll_t &ragd
void RagdollSetupCollisions( ragdoll_t &ragdoll, vcollide_t *pCollide, int modelIndex )
{
Assert(pCollide);
if (!pCollide)
return;