GTA_BRIDGE and GTA_TRAIN defines
This commit is contained in:
@ -1425,7 +1425,7 @@ CPathFind::RemoveBadStartNode(CVector pos, CPathNode **nodes, int16 *n)
|
||||
}
|
||||
}
|
||||
|
||||
//--MIAMI: removed, put behind BRIDGE define
|
||||
#ifdef GTA_BRIDGE
|
||||
void
|
||||
CPathFind::SetLinksBridgeLights(float x1, float x2, float y1, float y2, bool enable)
|
||||
{
|
||||
@ -1437,6 +1437,7 @@ CPathFind::SetLinksBridgeLights(float x1, float x2, float y1, float y2, bool ena
|
||||
m_carPathLinks[i].bBridgeLights = enable;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
//--MIAMI: done
|
||||
void
|
||||
|
Reference in New Issue
Block a user