mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-10 22:44:08 +00:00
added forgotten function
This commit is contained in:
parent
24e4ecf5bb
commit
b3bfde0db0
|
@ -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