mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 10:44:09 +00:00
CPed continues, including some fixes
This commit is contained in:
parent
4c6d247b2a
commit
936acedcf0
6 changed files with 507 additions and 28 deletions
|
@ -5,7 +5,7 @@
|
|||
CPathFind &ThePaths = *(CPathFind*)0x8F6754;
|
||||
|
||||
WRAPPER int32 CPathFind::FindNodeClosestToCoors(CVector coors, uint8 type, float distLimit, bool disabled, bool betweenLevels) { EAXJMP(0x42CC30); }
|
||||
|
||||
WRAPPER CPathNode** CPathFind::FindNextNodeWandering(uint8, CVector, CPathNode**, CPathNode**, uint8, uint8*) { EAXJMP(0x42B9F0); }
|
||||
int TempListLength;
|
||||
|
||||
enum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue