Compare commits

..

1 Commits

Author SHA1 Message Date
wjxggg
3879c33832
Merge 326e3665a6 into 29985681a1 2025-01-09 15:24:06 +00:00
2 changed files with 2 additions and 4 deletions

View File

@ -4981,10 +4981,9 @@ bool C_BaseAnimating::TestHitboxes( const Ray_t &ray, unsigned int fContentsMask
VPhysicsSetObject( pReplace ); VPhysicsSetObject( pReplace );
} }
} }
return true;
} }
return false; return true;
} }

View File

@ -2693,9 +2693,8 @@ 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 false; return true;
} }
void CBaseAnimating::InitBoneControllers ( void ) // FIXME: rename void CBaseAnimating::InitBoneControllers ( void ) // FIXME: rename