diff --git a/saco/net/netgame.h b/saco/net/netgame.h index 3b00f06..d6c98cf 100644 --- a/saco/net/netgame.h +++ b/saco/net/netgame.h @@ -5,7 +5,7 @@ struct struc_41 { - char field_0; + bool bUseCJWalk; int field_1; char _gap5[17]; float field_16; @@ -70,6 +70,7 @@ public: void InitPools(); DWORD GetTime(); + BOOL GetWalkStyle() { return field_3D5->bUseCJWalk; }; CPlayerPool * GetPlayerPool() { return m_pPools->pPlayerPool; };