mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 07:14:08 +00:00
finished CFileLoader, except a crash!
This commit is contained in:
parent
ad12240586
commit
3b64bd1b4a
17 changed files with 345 additions and 13 deletions
|
@ -76,6 +76,12 @@ CPathFind::StoreNodeInfoCar(int16 id, int16 node, int8 type, int8 next, int16 x,
|
|||
InfoForTileCars[i].numRightLanes = numRight;
|
||||
}
|
||||
|
||||
void
|
||||
CPathFind::RegisterMapObject(CTreadable *mapObject)
|
||||
{
|
||||
m_mapObjects[m_numMapObjects++] = mapObject;
|
||||
}
|
||||
|
||||
void
|
||||
CPathFind::PreparePathData(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue