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
+3 -4
View File
@@ -1,4 +1,4 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
@@ -22,10 +22,10 @@ struct ss_update_t
bool bInRange;
};
class CEnvSoundscape : public CPointEntity
class CEnvSoundscape : public CServerOnlyEntity
{
public:
DECLARE_CLASS( CEnvSoundscape, CPointEntity );
DECLARE_CLASS( CEnvSoundscape, CServerOnlyEntity );
DECLARE_DATADESC();
CEnvSoundscape();
@@ -36,7 +36,6 @@ public:
void Precache( void );
void UpdateForPlayer( ss_update_t &update );
void WriteAudioParamsTo( audioparams_t &audio );
virtual int UpdateTransmitState();
bool InRangeOfPlayer( CBasePlayer *pPlayer );
void DrawDebugGeometryOverlays( void );