upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+4 -6
View File
@@ -1,4 +1,4 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
@@ -89,11 +89,9 @@ void CTEWorldDecal::Test( const Vector& current_origin, const QAngle& current_an
}
IMPLEMENT_SERVERCLASS_ST(CTEWorldDecal, DT_TEWorldDecal)
#if defined( TF_DLL )
SendPropVector( SENDINFO(m_vecOrigin), -1, SPROP_COORD_MP_INTEGRAL ),
#else
SendPropVector( SENDINFO(m_vecOrigin), -1, SPROP_COORD),
#endif
SendPropInt( SENDINFO(m_nIndex), 9, SPROP_UNSIGNED ),
END_SEND_TABLE()
@@ -118,4 +116,4 @@ void TE_WorldDecal( IRecipientFilter& filter, float delay,
// Send it over the wire
g_TEWorldDecal.Create( filter, delay );
}
}