Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
745bdf7fd1
commit
ad84132688
4 changed files with 6 additions and 6 deletions
|
@ -92,7 +92,7 @@ sd(natid att, natid own, coord x, coord y, int noisy, int defending,
|
|||
continue;
|
||||
if (ship.shp_effic < 60)
|
||||
continue;
|
||||
if ((mchr[(int)ship.shp_type].m_flags & M_SUB) && (!usesubs))
|
||||
if ((mchr[(int)ship.shp_type].m_flags & M_SUB) && !usesubs)
|
||||
continue;
|
||||
range = techfact(ship.shp_tech,
|
||||
ship.shp_frnge * ship.shp_effic / 200.0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue