mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Update CBaseEdict for "6.84" changes.
Eight bytes were added in the middle of the class. No clue what they are yet.
This commit is contained in:
parent
dd6800e560
commit
56e10b870f
@ -211,6 +211,10 @@ public:
|
||||
|
||||
// NOTE: this is in the edict instead of being accessed by a virtual because the engine needs fast access to it.
|
||||
IServerNetworkable *m_pNetworkable;
|
||||
|
||||
// New as of "6.84" update.
|
||||
int unknown1;
|
||||
int unknown2;
|
||||
|
||||
protected:
|
||||
IServerUnknown *m_pUnk;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user