mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
bug fixes
This commit is contained in:
parent
a361fc0ff5
commit
85d815cf9d
4 changed files with 36 additions and 15 deletions
|
@ -627,6 +627,7 @@ CVehicle::SetupPassenger(int n)
|
|||
pPassengers[n]->SetPedState(PED_DRIVING);
|
||||
if(bIsBus)
|
||||
pPassengers[n]->bRenderPedInCar = false;
|
||||
++m_nNumPassengers;
|
||||
return pPassengers[n];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue