mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-19 01:48:56 +08:00
[saco] Add missing CNetGame::GetWalkStyle()
function
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
struct struc_41
|
struct struc_41
|
||||||
{
|
{
|
||||||
char field_0;
|
bool bUseCJWalk;
|
||||||
int field_1;
|
int field_1;
|
||||||
char _gap5[17];
|
char _gap5[17];
|
||||||
float field_16;
|
float field_16;
|
||||||
@ -70,6 +70,7 @@ public:
|
|||||||
void InitPools();
|
void InitPools();
|
||||||
|
|
||||||
DWORD GetTime();
|
DWORD GetTime();
|
||||||
|
BOOL GetWalkStyle() { return field_3D5->bUseCJWalk; };
|
||||||
|
|
||||||
CPlayerPool * GetPlayerPool() { return m_pPools->pPlayerPool; };
|
CPlayerPool * GetPlayerPool() { return m_pPools->pPlayerPool; };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user