summaryrefslogtreecommitdiff
path: root/src/core/Camera.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-05 18:32:46 +0300
committerSergeanur <s.anureev@yandex.ua>2020-05-05 18:32:46 +0300
commit1eb817de7713ea95bbbcbd7543ffce61ced8ffec (patch)
treeb0032de7a7452f49df7d03254e1e1c9f25b98f0d /src/core/Camera.cpp
parent0163a7bc4678be0817885929e10700196d0bb6e9 (diff)
Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL
Diffstat (limited to 'src/core/Camera.cpp')
-rw-r--r--src/core/Camera.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/Camera.cpp b/src/core/Camera.cpp
index 3f4684e7..9b178f35 100644
--- a/src/core/Camera.cpp
+++ b/src/core/Camera.cpp
@@ -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