mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 18:54:09 +00:00
CCamera done
This commit is contained in:
parent
e9e533b0cb
commit
c5205a89ee
9 changed files with 988 additions and 419 deletions
|
@ -3513,6 +3513,11 @@ CCam::Process_FlyBy(const CVector&, float, float, float)
|
|||
|
||||
if(TheCamera.m_bcutsceneFinished)
|
||||
return;
|
||||
#ifdef FIX_BUGS
|
||||
// this would crash, not nice when cycling debug mode
|
||||
if(TheCamera.m_arrPathArray[0].m_arr_PathData == nil)
|
||||
return;
|
||||
#endif
|
||||
|
||||
Up = CVector(0.0f, 0.0f, 1.0f);
|
||||
if(TheCamera.m_bStartingSpline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue