mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 10:10:33 +00:00
Fix
This commit is contained in:
parent
14ed50a559
commit
963e85f047
3 changed files with 4 additions and 4 deletions
|
@ -188,7 +188,7 @@ CPlayerInfo::BlowUpRCBuggy(bool actually)
|
|||
if (!m_pRemoteVehicle || m_pRemoteVehicle->bRemoveFromWorld)
|
||||
return;
|
||||
|
||||
CRemote::TakeRemoteControlledCarFromPlayer();
|
||||
CRemote::TakeRemoteControlledCarFromPlayer(actually);
|
||||
if (actually)
|
||||
m_pRemoteVehicle->BlowUpCar(FindPlayerPed());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue