summaryrefslogtreecommitdiffstats
path: root/src/peds/PlayerPed.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-08-16 20:06:06 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-08-16 20:06:06 +0200
commit79856dac2567d0950679d6961c0e540797d132db (patch)
tree96d8aaf252dc464c2ac76c0354ac40fa8203e219 /src/peds/PlayerPed.h
parentSwitch PR & remove X11 part from CMakeLists (diff)
downloadre3-79856dac2567d0950679d6961c0e540797d132db.tar
re3-79856dac2567d0950679d6961c0e540797d132db.tar.gz
re3-79856dac2567d0950679d6961c0e540797d132db.tar.bz2
re3-79856dac2567d0950679d6961c0e540797d132db.tar.lz
re3-79856dac2567d0950679d6961c0e540797d132db.tar.xz
re3-79856dac2567d0950679d6961c0e540797d132db.tar.zst
re3-79856dac2567d0950679d6961c0e540797d132db.zip
Diffstat (limited to '')
-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 e8173c8c..796a6ca0 100644
--- a/src/peds/PlayerPed.h
+++ b/src/peds/PlayerPed.h
@@ -34,6 +34,12 @@ public:
CPed *m_pPedAtSafePos[6];
float m_fWalkAngle;
float m_fFPSMoveHeading;
+#ifdef FREE_CAM
+ bool m_bFreeAimActive;
+ CVector m_cachedCamSource;
+ CVector m_cachedCamFront;
+ CVector m_cachedCamUp;
+#endif
CPlayerPed();
~CPlayerPed();