mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 19:29:08 +00:00
add source-sdk-2013
This commit is contained in:
@@ -123,10 +123,10 @@ static inline void RecordPhysicsProp( const Vector& start, const QAngle &angles,
|
||||
// Purpose:
|
||||
//-----------------------------------------------------------------------------
|
||||
void TE_PhysicsProp( IRecipientFilter& filter, float delay,
|
||||
int modelindex, int skin, const Vector& pos, const QAngle &angles, const Vector& vel, bool breakmodel, int fEffects )
|
||||
int modelindex, int skin, const Vector& pos, const QAngle &angles, const Vector& vel, bool breakmodel, int effects )
|
||||
{
|
||||
tempents->PhysicsProp( modelindex, skin, pos, angles, vel, breakmodel, fEffects );
|
||||
RecordPhysicsProp( pos, angles, vel, modelindex, breakmodel, skin, fEffects );
|
||||
tempents->PhysicsProp( modelindex, skin, pos, angles, vel, breakmodel, effects );
|
||||
RecordPhysicsProp( pos, angles, vel, modelindex, breakmodel, skin, effects );
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user