mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 04:19:32 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
# Conflicts: # src/modelinfo/PedModelInfo.cpp
This commit is contained in:
commit
519218572a
16 changed files with 194 additions and 91 deletions
|
@ -1066,7 +1066,11 @@ CWeapon::FireInstantHit(CEntity *shooter, CVector *fireSource)
|
|||
|
||||
if ( info->m_nFiringRate >= 50 || !(++counter & 1) )
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
AddGunFlashBigGuns(*fireSource, target);
|
||||
#else
|
||||
AddGunFlashBigGuns(*fireSource, *fireSource + target);
|
||||
#endif
|
||||
|
||||
CVector gunshellPos = *fireSource;
|
||||
gunshellPos -= CVector(0.65f*ahead.x, 0.65f*ahead.y, 0.0f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue