Remove superfluous parenthesis.
This commit is contained in:
parent
799ca210ff
commit
cc791bcbe2
3 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ hard(void)
|
|||
if (hcm <= n)
|
||||
n = hcm;
|
||||
pln.pln_harden += n;
|
||||
player->dolcost += (5.0 * n);
|
||||
player->dolcost += 5.0 * n;
|
||||
putplane(pln.pln_uid, &pln);
|
||||
sect.sct_item[I_HCM] = hcm - n;
|
||||
putsect(§);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue