diff --git a/r5dev/game/server/movehelper_server.h b/r5dev/game/server/movehelper_server.h index 47411f9d..c67dc2c3 100644 --- a/r5dev/game/server/movehelper_server.h +++ b/r5dev/game/server/movehelper_server.h @@ -12,8 +12,6 @@ class CMoveHelperServer : public IMoveHelper { - CBaseEntity* m_pHost; - // results, tallied on client and server, but only used by server to run SV_Impact. // we store off our velocity in the trace_t structure so that we can determine results // of shoving boxes etc. around. @@ -23,6 +21,7 @@ class CMoveHelperServer : public IMoveHelper //trace_t trace; // !TODO: Reverse CGameTrace! }; + CBaseEntity* m_pHost; CUtlVector m_TouchList; };