mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-16 11:44:37 +02:00
fix
This commit is contained in:
@@ -1861,7 +1861,7 @@ void CGarages::SetLeaveCameraForThisGarage(int16 garage)
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user