mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 02:04:08 +00:00
Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL
This commit is contained in:
parent
0163a7bc46
commit
1eb817de77
15 changed files with 4 additions and 126 deletions
|
@ -633,11 +633,7 @@ 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;
|
||||
|
@ -2711,7 +2707,6 @@ CCamera::DontProcessObbeCinemaCamera(void)
|
|||
bDidWeProcessAnyCinemaCam = false;
|
||||
}
|
||||
|
||||
#ifdef GTA_TRAIN
|
||||
void
|
||||
CCamera::LoadTrainCamNodes(char const *name)
|
||||
{
|
||||
|
@ -2889,7 +2884,6 @@ CCamera::Process_Train_Camera_Control(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue