mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 15:10:34 +00:00
Merge pull request #583 from erorcun/miami
Menu borders and weapon fixes
This commit is contained in:
commit
19a0c8b462
13 changed files with 384 additions and 225 deletions
|
@ -3030,7 +3030,7 @@ CAutomobile::ProcessBuoyancy(void)
|
|||
void
|
||||
CAutomobile::DoDriveByShootings(void)
|
||||
{
|
||||
CAnimBlendAssociation *anim;
|
||||
CAnimBlendAssociation *anim = nil;
|
||||
CPlayerInfo* playerInfo = ((CPlayerPed*)this)->GetPlayerInfoForThisPlayerPed();
|
||||
if (playerInfo && !playerInfo->m_bDriveByAllowed)
|
||||
return;
|
||||
|
|
|
@ -930,7 +930,7 @@ CBoat::AddWakePoint(CVector point)
|
|||
void
|
||||
CBoat::DoDriveByShootings(void)
|
||||
{
|
||||
CAnimBlendAssociation *anim;
|
||||
CAnimBlendAssociation *anim = nil;
|
||||
CPlayerInfo* playerInfo = ((CPlayerPed*)this)->GetPlayerInfoForThisPlayerPed();
|
||||
if (playerInfo && !playerInfo->m_bDriveByAllowed)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue