mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 18:40:34 +00:00
lcs pobj
This commit is contained in:
parent
4ba19c9556
commit
37b9ba5bd7
6 changed files with 18 additions and 12 deletions
|
@ -2161,8 +2161,8 @@ CWorld::TriggerExplosionSectorList(CPtrList &list, const CVector &position, floa
|
|||
} else {
|
||||
CVector pos = pEntity->GetPosition();
|
||||
pos.z -= 0.5f;
|
||||
CParticleObject::AddObject(POBJECT_FIRE_HYDRANT,
|
||||
pos, true);
|
||||
CParticleObject::AddObject(POBJECT_FIRE_HYDRANT, pos, true);
|
||||
CParticleObject::AddObject(POBJECT_FIRE_HYDRANT_STEAM, pos, true);
|
||||
pObject->bHasBeenDamaged = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue