mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
upload "kind" alien swarm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
@@ -98,7 +98,7 @@ IMPLEMENT_SERVERCLASS_ST(CTEDecal, DT_TEDecal)
|
||||
SendPropVector( SENDINFO(m_vecOrigin), -1, SPROP_COORD),
|
||||
SendPropVector( SENDINFO(m_vecStart), -1, SPROP_COORD),
|
||||
SendPropInt( SENDINFO(m_nEntity), MAX_EDICT_BITS, SPROP_UNSIGNED ),
|
||||
SendPropInt( SENDINFO(m_nHitbox), 12, SPROP_UNSIGNED ),
|
||||
SendPropInt( SENDINFO(m_nHitbox), 16, SPROP_UNSIGNED ), // this is the max number of static props that can be decalled
|
||||
SendPropInt( SENDINFO(m_nIndex), 9, SPROP_UNSIGNED ),
|
||||
END_SEND_TABLE()
|
||||
|
||||
@@ -128,4 +128,4 @@ void TE_Decal( IRecipientFilter& filter, float delay,
|
||||
|
||||
// Send it over the wire
|
||||
g_TEDecal.Create( filter, delay );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user