mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
Fixes for nitpicks
This commit is contained in:
parent
43866a4f70
commit
d822417cfc
8 changed files with 129 additions and 131 deletions
|
@ -2350,7 +2350,7 @@ CAutomobile::FireTruckControl(void)
|
|||
Sin(m_fCarGunUD));
|
||||
cannonDir = Multiply3x3(GetMatrix(), cannonDir);
|
||||
cannonDir.z += (CGeneral::GetRandomNumber()&0xF)/1000.0f;
|
||||
CWaterCannon::UpdateOne((uintptr)this, &cannonPos, &cannonDir);
|
||||
CWaterCannons::UpdateOne((uintptr)this, &cannonPos, &cannonDir);
|
||||
}else if(m_status == STATUS_PHYSICS){
|
||||
CFire *fire = gFireManager.FindFurthestFire_NeverMindFireMen(GetPosition(), 10.0f, 35.0f);
|
||||
if(fire == nil)
|
||||
|
@ -2385,7 +2385,7 @@ CAutomobile::FireTruckControl(void)
|
|||
Sin(m_fCarGunUD));
|
||||
cannonDir = Multiply3x3(GetMatrix(), cannonDir);
|
||||
cannonDir.z += (CGeneral::GetRandomNumber()&0xF)/1000.0f;
|
||||
CWaterCannon::UpdateOne((uintptr)this, &cannonPos, &cannonDir);
|
||||
CWaterCannons::UpdateOne((uintptr)this, &cannonPos, &cannonDir);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue