mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01: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;
|
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)
|
bool CGarages::HasCarBeenCrushed(int32 handle)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user