From 3e5f6d3379b9d8f4e3998d35eee1853847c15f0c Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:09:19 +0800 Subject: [PATCH] [saco] Add missing `CNetGame::GetWalkStyle()` function --- saco/net/netgame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; };