mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 07:14:09 +00:00
CBridge
This commit is contained in:
parent
49d97f0033
commit
88ce335afc
6 changed files with 185 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue