diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-07-01 00:50:40 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-07-01 02:48:09 +0300 |
commit | ce28a6d298408513866716d00dcd16ed8ef5f285 (patch) | |
tree | 81e83f4689238683112b4776006262bfdbc88506 /src/control | |
parent | 99295827f79ccffa9d3976af2b9a19920d7d8bde (diff) |
More CPed
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
Diffstat (limited to 'src/control')
-rw-r--r-- | src/control/PedStats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/PedStats.h b/src/control/PedStats.h index 78414341..ce92d4da 100644 --- a/src/control/PedStats.h +++ b/src/control/PedStats.h @@ -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); |