finished CFileLoader, except a crash!
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user