mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-30 05:59:20 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user