summaryrefslogtreecommitdiff
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-08-14 22:11:33 +0300
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-15 18:34:43 +0300
commit435b8fe52e7564bfcf6ff32d36b0625316cbf12f (patch)
tree7de898a800ea9f71ea4c5892d0994dc8bbed775e /src/peds/PlayerPed.h
parent4a5f7464c14f214eadfeb177705902777f52d326 (diff)
Fix impossible bullets
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r--src/peds/PlayerPed.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h
index 1b7158b5..30b67199 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -44,6 +44,12 @@ public:
float m_fGunSpinAngle;
unsigned int m_nPadDownPressedInMilliseconds;
unsigned int m_nLastBusFareCollected;
+#ifdef FREE_CAM
+ bool m_bFreeAimActive;
+ CVector m_cachedCamSource;
+ CVector m_cachedCamFront;
+ CVector m_cachedCamUp;
+#endif
static bool bDontAllowWeaponChange;
#ifndef MASTER