mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01:00
fixed bugfix
This commit is contained in:
parent
30b2acb9d5
commit
b03f13b30d
@ -1884,8 +1884,9 @@ CVehicle* CStoredCar::RestoreCar()
|
|||||||
pVehicle->m_nRadioStation = m_nRadioStation;
|
pVehicle->m_nRadioStation = m_nRadioStation;
|
||||||
pVehicle->bFreebies = false;
|
pVehicle->bFreebies = false;
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_BUGS
|
||||||
((CAutomobile*)pVehicle)->m_bombType = m_nCarBombType;
|
if (pVehicle->IsCar())
|
||||||
#endif
|
#endif
|
||||||
|
((CAutomobile*)pVehicle)->m_bombType = m_nCarBombType;
|
||||||
pVehicle->bHasBeenOwnedByPlayer = true;
|
pVehicle->bHasBeenOwnedByPlayer = true;
|
||||||
pVehicle->m_nDoorLock = CARLOCK_UNLOCKED;
|
pVehicle->m_nDoorLock = CARLOCK_UNLOCKED;
|
||||||
pVehicle->bBulletProof = m_bBulletproof;
|
pVehicle->bBulletProof = m_bBulletproof;
|
||||||
|
Loading…
Reference in New Issue
Block a user