Server: fix incorrectly placed entity handle field

Datamap and assembly confirmed this field should be at 0x6bf4. The other nearby fields align properly now as well.
This commit is contained in:
Kawe Mazidjatari 2024-07-30 15:09:44 +02:00
parent ac66fb513b
commit f2070b6743

View File

@ -528,11 +528,11 @@ private:
int m_lastUCmdSimulationTicks;
int m_lastUCmdSimulationRemainderTime; // Originally float???
float m_totalExtraClientCmdTimeAttempted;
EHANDLE m_hPlayerViewEntity;
bool m_atLeastOneCommandRunThisServerFrame;
bool m_bGamePaused;
bool m_bPlayerUnderwater;
bool m_wasPhaseShiftedForTriggers;
EHANDLE m_hPlayerViewEntity;
bool m_bShouldDrawPlayerWhileUsingViewEntity;
char gap_6bf9[3];
EHANDLE m_hConstraintEntity;