mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 18:14:08 +00:00
CBoat and friends
This commit is contained in:
parent
389123cff3
commit
2141247e08
12 changed files with 883 additions and 313 deletions
|
@ -3796,7 +3796,7 @@ void
|
|||
CAutomobile::DoDriveByShootings(void)
|
||||
{
|
||||
CAnimBlendAssociation *anim = nil;
|
||||
CPlayerInfo* playerInfo = ((CPlayerPed*)this)->GetPlayerInfoForThisPlayerPed();
|
||||
CPlayerInfo* playerInfo = ((CPlayerPed*)pDriver)->GetPlayerInfoForThisPlayerPed();
|
||||
if (playerInfo && !playerInfo->m_bDriveByAllowed)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue