mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
Vc ped ports and Frontend fixes
This commit is contained in:
parent
522d14814f
commit
2f63e5e751
3 changed files with 27 additions and 11 deletions
|
@ -787,6 +787,10 @@ CVehicle::CanPedExitCar(void)
|
|||
{
|
||||
CVector up = GetUp();
|
||||
if(up.z > 0.1f || up.z < -0.1f){
|
||||
#ifdef VC_PED_PORTS
|
||||
if (IsBoat())
|
||||
return true;
|
||||
#endif
|
||||
// can't exit when car is moving too fast
|
||||
if(m_vecMoveSpeed.MagnitudeSqr() > 0.005f)
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue