some PS2 cam code; fix for arrest cam

This commit is contained in:
aap
2020-06-20 14:38:21 +02:00
parent 4cd4f91e57
commit 5ad739f096
3 changed files with 101 additions and 15 deletions

View File

@@ -188,7 +188,6 @@ public:
CPed *m_pLastPedLookedAt;// So interpolation works
bool m_bFirstPersonRunAboutActive;
CCam(void) { Init(); }
void Init(void);
void Process(void);
@@ -518,7 +517,6 @@ public:
CVector m_vecOldSourceForInter;
CVector m_vecOldFrontForInter;
CVector m_vecOldUpForInter;
float m_vecOldFOVForInter;
float m_fFLOATingFade;
float m_fFLOATingFadeMusic;