summaryrefslogtreecommitdiffstats
path: root/src/control/PathFind.cpp
diff options
context:
space:
mode:
authorguard3 <cblsss2011@hotmail.com>2019-07-04 13:04:34 +0200
committerguard3 <cblsss2011@hotmail.com>2019-07-06 00:51:32 +0200
commit88ce335afc1af81222109e922ef03051a5273dd7 (patch)
tree07091c5c2794569add7cb60c167a7936264f79b7 /src/control/PathFind.cpp
parentfinished CDamageManager (diff)
downloadre3-88ce335afc1af81222109e922ef03051a5273dd7.tar
re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.gz
re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.bz2
re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.lz
re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.xz
re3-88ce335afc1af81222109e922ef03051a5273dd7.tar.zst
re3-88ce335afc1af81222109e922ef03051a5273dd7.zip
Diffstat (limited to 'src/control/PathFind.cpp')
-rw-r--r--src/control/PathFind.cpp2
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);