summaryrefslogtreecommitdiff
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-08-21 15:13:23 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-21 15:13:23 +0300
commite33b56b49af7b9ba1b848e38e4aff3f88bc2e362 (patch)
tree20842a7510392b4575aecf2cab9466bfb3c9d7cf /src/peds/PlayerPed.h
parentRemove cMissionAudio, move cAMCrime array outside of cPoliceRadioQueue (R* vi... (diff)
downloadre3-e33b56b49af7b9ba1b848e38e4aff3f88bc2e362.tar.gz
VC bits
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r--src/peds/PlayerPed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h
index 796a6ca0..2e9f7989 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -40,6 +40,9 @@ public:
CVector m_cachedCamFront;
CVector m_cachedCamUp;
#endif
+#ifdef VC_PED_PORTS
+ static bool bDontAllowWeaponChange;
+#endif
CPlayerPed();
~CPlayerPed();