Fixed crash when aboarding train
This commit is contained in:
parent
9fa799522e
commit
3e25726697
1 changed files with 2 additions and 3 deletions
|
@ -11522,8 +11522,7 @@ void
|
|||
CPed::PedSetInTrainCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||
{
|
||||
CPed *ped = (CPed*)arg;
|
||||
|
||||
CVehicle* veh = ped->m_pMyVehicle;
|
||||
CTrain *veh = (CTrain*)ped->m_pMyVehicle;
|
||||
|
||||
if (!veh)
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue