mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 02:28:22 +00:00
Revert destructor removal
This commit is contained in:
parent
fbc1f8b478
commit
f3bcb38fad
@ -487,7 +487,7 @@ public:
|
|||||||
abstract_class ISource2GameEntities : public IAppSystem
|
abstract_class ISource2GameEntities : public IAppSystem
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual Reset( bool bDestroyAndDelete = false ) = 0;
|
virtual ~ISource2GameEntities() = 0;
|
||||||
|
|
||||||
// This sets a bit in pInfo for each edict in the list that wants to be transmitted to the
|
// This sets a bit in pInfo for each edict in the list that wants to be transmitted to the
|
||||||
// client specified in pInfo.
|
// client specified in pInfo.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user