mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-09 19:41:36 +00:00
Merge 88196a5a9b
into 0565403b15
This commit is contained in:
commit
b6c465429f
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@ void CPointEntity::Spawn( void )
|
|||
}
|
||||
|
||||
|
||||
class CNullEntity : public CBaseEntity
|
||||
class CNullEntity : public CServerOnlyEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CNullEntity, CBaseEntity );
|
||||
DECLARE_CLASS( CNullEntity, CServerOnlyEntity );
|
||||
|
||||
void Spawn( void );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue