From 9c257383750826b448a7c2b1c654e6247f24e44b Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:20:20 +0300 Subject: [PATCH] Update ISource2GameEntities::CheckTransmit --- public/eiface.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/eiface.h b/public/eiface.h index 5b5857c7..9ded096b 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -504,8 +504,9 @@ public: // // This is also where an entity can force other entities to be transmitted if it refers to them // with ehandles. - virtual void CheckTransmit( CCheckTransmitInfo **pInfoInfoList, int nInfoCount, CBitVec<16384> &unionTransmitEdicts, const Entity2Networkable_t **pNetworkables, - const uint16 *pEntityIndicies, int nEntityIndices, bool bEnablePVSBits ) = 0; + virtual void CheckTransmit( CCheckTransmitInfo **pInfoInfoList, int nInfoCount, CBitVec<16384> &unionTransmitEdicts, + CBitVec<16384> &, const Entity2Networkable_t **pNetworkables, + const uint16 *pEntityIndicies, int nEntityIndices ) = 0; // TERROR: Perform any PVS cleanup before a full update virtual void PrepareForFullUpdate( CEntityIndex nPlayerEntityIndex ) = 0;