mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 14:00:37 +00:00
CPopulation 1
This commit is contained in:
parent
04eac2a06c
commit
ff92b822b6
14 changed files with 442 additions and 112 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "ClumpModelInfo.h"
|
||||
#include "PedType.h"
|
||||
|
||||
enum PedNode {
|
||||
PED_TORSO,
|
||||
|
@ -22,7 +23,7 @@ class CPedModelInfo : public CClumpModelInfo
|
|||
{
|
||||
public:
|
||||
uint32 m_animGroup;
|
||||
uint32 m_pedType;
|
||||
ePedType m_pedType;
|
||||
uint32 m_pedStatType;
|
||||
uint32 m_carsCanDrive;
|
||||
CColModel *m_hitColModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue