mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 13:50:33 +00:00
vehicle fixes
This commit is contained in:
parent
72b25cd3a8
commit
913a001375
4 changed files with 53 additions and 53 deletions
|
@ -151,7 +151,7 @@ void PickUpChicksCheat()
|
|||
if ( FindPlayerVehicle() && (FindPlayerVehicle()->IsCar() || FindPlayerVehicle()->IsBike()) )
|
||||
{
|
||||
CVehicle *vehicle = FindPlayerVehicle();
|
||||
if ( FindPlayerVehicle()->m_vehType == 5 )
|
||||
if ( FindPlayerVehicle()->IsBike() )
|
||||
{
|
||||
if ( vehicle->pPassengers[0] )
|
||||
vehicle->pPassengers[0]->SetObjective(OBJECTIVE_LEAVE_CAR, vehicle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue