mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 10:20:35 +00:00
More CPed
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
parent
99295827f7
commit
ce28a6d298
13 changed files with 608 additions and 62 deletions
|
@ -56,8 +56,6 @@ enum
|
|||
|
||||
class CPedStats
|
||||
{
|
||||
static CPedStats *(&ms_apPedStats)[NUM_PEDSTATS];
|
||||
|
||||
public:
|
||||
ePedStats m_type;
|
||||
char m_name[24];
|
||||
|
@ -71,6 +69,8 @@ public:
|
|||
float m_defendWeakness;
|
||||
int16 m_flags;
|
||||
|
||||
static CPedStats* (&ms_apPedStats)[NUM_PEDSTATS];
|
||||
|
||||
static void Initialise(void);
|
||||
static void Shutdown(void);
|
||||
static void LoadPedStats(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue