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.cpp | |
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.cpp')
-rw-r--r-- | src/control/PathFind.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control/PathFind.cpp b/src/control/PathFind.cpp index f511b5dc..f9ce7f35 100644 --- a/src/control/PathFind.cpp +++ b/src/control/PathFind.cpp @@ -626,6 +626,8 @@ CPathFind::CalcNodeCoors(int16 x, int16 y, int16 z, int id, CVector *out) *out = m_mapObjects[id]->GetMatrix() * pos; } +WRAPPER void CPathFind::SetLinksBridgeLights(float, float, float, float, bool) { EAXJMP(0x42E3B0); } + STARTPATCHES InjectHook(0x429610, &CPathFind::PreparePathData, PATCH_JUMP); InjectHook(0x429C20, &CPathFind::PreparePathDataForType, PATCH_JUMP); |