diff options
author | _AG <gennariarmando@outlook.com> | 2019-07-07 09:21:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 09:21:44 +0200 |
commit | 0ac6d0515e1ba703da2c0f742d91e7b550feac06 (patch) | |
tree | 2a5b1fc5511841acb443636b5a9b560d7aca5f2b /src/control/PathFind.h | |
parent | Lil update. (diff) | |
parent | some work on vehicles (diff) | |
download | re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.tar re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.tar.gz re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.tar.bz2 re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.tar.lz re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.tar.xz re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.tar.zst re3-0ac6d0515e1ba703da2c0f742d91e7b550feac06.zip |
Diffstat (limited to 'src/control/PathFind.h')
-rw-r--r-- | src/control/PathFind.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/PathFind.h b/src/control/PathFind.h index cc0b0a2f..9b6be573 100644 --- a/src/control/PathFind.h +++ b/src/control/PathFind.h @@ -131,6 +131,8 @@ public: int32 FindNodeClosestToCoors(CVector coors, uint8 type, float distLimit, bool disabled, bool betweenLevels); bool IsPathObject(int id) { return id < PATHNODESIZE && (InfoForTileCars[id*12].type != 0 || InfoForTilePeds[id*12].type != 0); } + + void SetLinksBridgeLights(float, float, float, float, bool); }; static_assert(sizeof(CPathFind) == 0x4c8f4, "CPathFind: error"); |