diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:32:46 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-05 18:32:46 +0300 |
commit | 1eb817de7713ea95bbbcbd7543ffce61ced8ffec (patch) | |
tree | b0032de7a7452f49df7d03254e1e1c9f25b98f0d /src/control/PathFind.cpp | |
parent | 0163a7bc4678be0817885929e10700196d0bb6e9 (diff) |
Remove GTA_TRAIN, GTA_BRIDGE, GTA_ZONECULL
Diffstat (limited to 'src/control/PathFind.cpp')
-rw-r--r-- | src/control/PathFind.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control/PathFind.cpp b/src/control/PathFind.cpp index c278cf35..ee15b82f 100644 --- a/src/control/PathFind.cpp +++ b/src/control/PathFind.cpp @@ -975,7 +975,6 @@ CPathFind::RemoveBadStartNode(CVector pos, CPathNode **nodes, int16 *n) } } -#ifdef GTA_BRIDGE void CPathFind::SetLinksBridgeLights(float x1, float x2, float y1, float y2, bool enable) { @@ -987,7 +986,6 @@ CPathFind::SetLinksBridgeLights(float x1, float x2, float y1, float y2, bool ena m_carPathLinks[i].bBridgeLights = enable; } } -#endif void CPathFind::SwitchOffNodeAndNeighbours(int32 nodeId, bool disable) |