Remove superflous casts and parenthesis.
This commit is contained in:
parent
f883710417
commit
cd73a47dfa
28 changed files with 136 additions and 145 deletions
|
@ -152,7 +152,7 @@ spy(void)
|
|||
continue;
|
||||
}
|
||||
/* catch spy N/200 chance, N = # military */
|
||||
caught = chance((double)dsect.sct_item[I_MILIT] / 200.0);
|
||||
caught = chance(dsect.sct_item[I_MILIT] / 200.0);
|
||||
own = dsect.sct_own;
|
||||
/* determine spyee relations with spyer */
|
||||
relat = getrel(getnatp(own), player->cnum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue