Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
4861f837fb
commit
380b063f9c
41 changed files with 134 additions and 134 deletions
|
@ -141,7 +141,7 @@ sd(natid att, natid own, coord x, coord y, int noisy, int defending,
|
|||
}
|
||||
}
|
||||
}
|
||||
return (int)100 - (eff * 100);
|
||||
return (int)100 - eff * 100;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue