1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-01 03:35:55 +00:00
This commit is contained in:
Nikolay Korolev 2020-03-31 01:00:06 +03:00
parent 2a1b11e1dc
commit 357d88a4a8

View file

@ -1861,7 +1861,7 @@ void CGarages::SetLeaveCameraForThisGarage(int16 garage)
bool CGarages::IsThisCarWithinGarageArea(int16 garage, CEntity * pCar) bool CGarages::IsThisCarWithinGarageArea(int16 garage, CEntity * pCar)
{ {
aGarages[garage].IsEntityEntirelyInside3D(pCar, 0.0f); return aGarages[garage].IsEntityEntirelyInside3D(pCar, 0.0f);
} }
bool CGarages::HasCarBeenCrushed(int32 handle) bool CGarages::HasCarBeenCrushed(int32 handle)