diff options
author | aap <aap@papnet.eu> | 2020-02-23 11:00:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 11:00:15 +0100 |
commit | f8cd12ffb325d6bc374357a57125fa53778abf0a (patch) | |
tree | d3e4a0b7193d75b559b82c43f4fe504baac45f7e /src/control/PathFind.h | |
parent | Merge pull request #334 from erorcun/erorcun (diff) | |
parent | ARRAY_SIZE (diff) | |
download | re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.gz re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.bz2 re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.lz re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.xz re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.tar.zst re3-f8cd12ffb325d6bc374357a57125fa53778abf0a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/PathFind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h index 70b431f6..d42b8bb3 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -186,7 +186,7 @@ public: void SwitchRoadsInAngledArea(float x1, float y1, float z1, float x2, float y2, float z2, float length, uint8 type, uint8 enable); void MarkRoadsBetweenLevelsNodeAndNeighbours(int32 nodeId); void MarkRoadsBetweenLevelsInArea(float x1, float x2, float y1, float y2, float z1, float z2); - void MarkPedRoadsBetweenLevelsInArea(float x1, float x2, float y1, float y2, float z1, float z2); + void PedMarkRoadsBetweenLevelsInArea(float x1, float x2, float y1, float y2, float z1, float z2); int32 FindNodeClosestToCoors(CVector coors, uint8 type, float distLimit, bool ignoreDisabled = false, bool ignoreBetweenLevels = false); int32 FindNodeClosestToCoorsFavourDirection(CVector coors, uint8 type, float dirX, float dirY); float FindNodeOrientationForCarPlacement(int32 nodeId); |