summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-06-30 23:50:40 +0200
committereray orçunus <erayorcunus@gmail.com>2019-07-01 01:48:09 +0200
commitce28a6d298408513866716d00dcd16ed8ef5f285 (patch)
tree81e83f4689238683112b4776006262bfdbc88506 /src/control
parentMerge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff)
downloadre3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar
re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.gz
re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.bz2
re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.lz
re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.xz
re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.zst
re3-ce28a6d298408513866716d00dcd16ed8ef5f285.zip
Diffstat (limited to 'src/control')
-rw-r--r--src/control/PedStats.h4
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);