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:
Nicholas Hastings 2015-05-03 09:34:55 -04:00
parent dd6800e560
commit 56e10b870f

View File

@ -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;