mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-06-18 05:08:30 +00:00
Compare commits
2 Commits
3879c33832
...
0321e54c3e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0321e54c3e | ||
![]() |
f834704bc2 |
@ -4981,9 +4981,10 @@ bool C_BaseAnimating::TestHitboxes( const Ray_t &ray, unsigned int fContentsMask
|
|||||||
VPhysicsSetObject( pReplace );
|
VPhysicsSetObject( pReplace );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2693,8 +2693,9 @@ bool CBaseAnimating::TestHitboxes( const Ray_t &ray, unsigned int fContentsMask,
|
|||||||
tr.surface.name = "**studio**";
|
tr.surface.name = "**studio**";
|
||||||
tr.surface.flags = SURF_HITBOX;
|
tr.surface.flags = SURF_HITBOX;
|
||||||
tr.surface.surfaceProps = physprops->GetSurfaceIndex( pBone->pszSurfaceProp() );
|
tr.surface.surfaceProps = physprops->GetSurfaceIndex( pBone->pszSurfaceProp() );
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CBaseAnimating::InitBoneControllers ( void ) // FIXME: rename
|
void CBaseAnimating::InitBoneControllers ( void ) // FIXME: rename
|
||||||
|
Loading…
Reference in New Issue
Block a user