mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 00:04:07 +00:00
GTA_BRIDGE and GTA_TRAIN defines
This commit is contained in:
parent
702da55ec9
commit
67467f15d1
7 changed files with 65 additions and 4 deletions
|
@ -633,7 +633,11 @@ CCamera::CamControl(void)
|
|||
m_bInitialNodeFound = false;
|
||||
m_bInitialNoNodeStaticsSet = false;
|
||||
}
|
||||
#ifdef GTA_TRAIN
|
||||
Process_Train_Camera_Control();
|
||||
#else
|
||||
assert(0 && "this can't happen");
|
||||
#endif
|
||||
}else{
|
||||
if(((CVehicle*)pTargetEntity)->IsBoat())
|
||||
boatTarget = true;
|
||||
|
@ -2707,7 +2711,7 @@ CCamera::DontProcessObbeCinemaCamera(void)
|
|||
bDidWeProcessAnyCinemaCam = false;
|
||||
}
|
||||
|
||||
|
||||
#ifdef GTA_TRAIN
|
||||
void
|
||||
CCamera::LoadTrainCamNodes(char const *name)
|
||||
{
|
||||
|
@ -2885,7 +2889,7 @@ CCamera::Process_Train_Camera_Control(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue