mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -3339,9 +3339,9 @@ bool CNPC_Strider::ShouldExplodeFromDamage( const CTakeDamageInfo &info )
|
||||
|
||||
//---------------------------------------------------------
|
||||
//---------------------------------------------------------
|
||||
ConVarRef mat_dxlevel( "mat_dxlevel" );
|
||||
bool CNPC_Strider::BecomeRagdoll( const CTakeDamageInfo &info, const Vector &forceVector )
|
||||
{
|
||||
static ConVarRef mat_dxlevel( "mat_dxlevel" );
|
||||
// Combine balls make us explode
|
||||
if ( m_bExploding )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user