diff --git a/public/edict.h b/public/edict.h index 606b1734..b183d061 100644 --- a/public/edict.h +++ b/public/edict.h @@ -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;