Even more CPed

Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
eray orçunus
2019-07-03 19:34:42 +03:00
parent b2d1433392
commit d4ea6912f5
10 changed files with 705 additions and 57 deletions

View File

@ -21,9 +21,9 @@ enum PedNode {
class CPedModelInfo : public CClumpModelInfo
{
public:
int32 m_animGroup;
int32 m_pedType;
int32 m_pedStatType;
uint32 m_animGroup;
uint32 m_pedType;
uint32 m_pedStatType;
uint32 m_carsCanDrive;
CColModel *m_hitColModel;
RpAtomic *m_head;