mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-30 04:54:15 +01:00
commit
1a3b56fd9c
@ -900,6 +900,7 @@ CAutomobile::BlowUpCar(CEntity *culprit)
|
|||||||
SetDoorDamage(CAR_DOOR_LR, DOOR_REAR_LEFT);
|
SetDoorDamage(CAR_DOOR_LR, DOOR_REAR_LEFT);
|
||||||
SetDoorDamage(CAR_DOOR_RR, DOOR_REAR_RIGHT);
|
SetDoorDamage(CAR_DOOR_RR, DOOR_REAR_RIGHT);
|
||||||
SpawnFlyingComponent(CAR_WHEEL_LF, COMPGROUP_WHEEL);
|
SpawnFlyingComponent(CAR_WHEEL_LF, COMPGROUP_WHEEL);
|
||||||
|
atomic = nil;
|
||||||
RwFrameForAllObjects(m_aCarNodes[CAR_WHEEL_LF], GetCurrentAtomicObjectCB, &atomic);
|
RwFrameForAllObjects(m_aCarNodes[CAR_WHEEL_LF], GetCurrentAtomicObjectCB, &atomic);
|
||||||
if(atomic)
|
if(atomic)
|
||||||
RpAtomicSetFlags(atomic, 0);
|
RpAtomicSetFlags(atomic, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user