mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 15:28:59 +00:00
added forgotten function
This commit is contained in:
parent
24e4ecf5bb
commit
b3bfde0db0
1 changed files with 4 additions and 1 deletions
|
@ -1859,7 +1859,10 @@ void CGarages::SetLeaveCameraForThisGarage(int16 garage)
|
|||
aGarages[garage].m_bCameraFollowsPlayer = true;
|
||||
}
|
||||
|
||||
WRAPPER bool CGarages::IsThisCarWithinGarageArea(int16 garage, CEntity * pCar) { EAXJMP(0x427570); }
|
||||
bool CGarages::IsThisCarWithinGarageArea(int16 garage, CEntity * pCar)
|
||||
{
|
||||
aGarages[garage].IsEntityEntirelyInside3D(pCar, 0.0f);
|
||||
}
|
||||
|
||||
bool CGarages::HasCarBeenCrushed(int32 handle)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue