summaryrefslogtreecommitdiffstats
path: root/src/peds/PedType.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peds/PedType.h')
-rw-r--r--src/peds/PedType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/PedType.h b/src/peds/PedType.h
index 3d927df5..c0c72550 100644
--- a/src/peds/PedType.h
+++ b/src/peds/PedType.h
@@ -71,7 +71,7 @@ class CPedType
uint32 m_threats;
uint32 m_avoid;
- static CPedType *(&ms_apPedType)[NUM_PEDTYPES];
+ static CPedType *ms_apPedType[NUM_PEDTYPES];
public:
static void Initialise(void);