diff options
author | aap <aap@papnet.eu> | 2020-05-03 17:28:54 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-03 17:28:54 +0200 |
commit | 67467f15d1dd8e545acc47c5e24beb74e4ca78b3 (patch) | |
tree | ab03d72bf34fe94b0e0acdfbb5d49ca3316937fa /src/control/PathFind.cpp | |
parent | implemented most of vice city path system (diff) | |
download | re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.tar re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.tar.gz re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.tar.bz2 re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.tar.lz re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.tar.xz re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.tar.zst re3-67467f15d1dd8e545acc47c5e24beb74e4ca78b3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/PathFind.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/control/PathFind.cpp b/src/control/PathFind.cpp index 9370e69a..86314d36 100644 --- a/src/control/PathFind.cpp +++ b/src/control/PathFind.cpp @@ -1425,7 +1425,7 @@ CPathFind::RemoveBadStartNode(CVector pos, CPathNode **nodes, int16 *n) } } -//--MIAMI: removed, put behind BRIDGE define +#ifdef GTA_BRIDGE void CPathFind::SetLinksBridgeLights(float x1, float x2, float y1, float y2, bool enable) { @@ -1437,6 +1437,7 @@ CPathFind::SetLinksBridgeLights(float x1, float x2, float y1, float y2, bool ena m_carPathLinks[i].bBridgeLights = enable; } } +#endif //--MIAMI: done void |