mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 11:44:09 +00:00
VC replays
This commit is contained in:
parent
4d1182bdb1
commit
f7d5021ac5
12 changed files with 574 additions and 145 deletions
|
@ -1261,7 +1261,11 @@ void CParticle::Update()
|
|||
{
|
||||
if ( CTimer::GetFrameCounter() & 10 )
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
if ( FindPlayerPed() && FindPlayerPed()->GetWeapon()->m_eWeaponType == WEAPONTYPE_MINIGUN )
|
||||
#else
|
||||
if ( FindPlayerPed()->GetWeapon()->m_eWeaponType == WEAPONTYPE_MINIGUN )
|
||||
#endif
|
||||
{
|
||||
AddParticle(PARTICLE_HEATHAZE, particle->m_vecPosition, CVector(0.0f, 0.0f, 0.0f));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue