mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 02:14:09 +00:00
DragCarToPoint
This commit is contained in:
parent
426efa9ecb
commit
a3aea359b2
7 changed files with 141 additions and 23 deletions
|
@ -34,6 +34,8 @@ enum Direction
|
|||
eLevelName &CCollision::ms_collisionInMemory = *(eLevelName*)0x8F6250;
|
||||
CLinkList<CColModel*> &CCollision::ms_colModelCache = *(CLinkList<CColModel*>*)0x95CB58;
|
||||
|
||||
WRAPPER bool CCollision::IsStoredPoluStillValidVerticalLine(const CVector &pos, float z, CColPoint &point, CStoredCollPoly *poly) { EAXJMP(0x4105A0); }
|
||||
|
||||
void
|
||||
CCollision::Init(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue