mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Add missing CNetGame::GetWalkStyle()
function
This commit is contained in:
parent
db5e0d9f83
commit
3e5f6d3379
@ -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; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user