Remove silly superflous parenthesis.

This commit is contained in:
Markus Armbruster 2006-03-26 07:46:49 +00:00
parent beae3ea770
commit 0d0a305bf3
14 changed files with 31 additions and 31 deletions

View file

@ -1065,7 +1065,7 @@ ask_olist(int combat_mode, struct combat *off, struct combat *def,
if (lnd_spyval(&land) > *a_spyp)
*a_spyp = lnd_spyval(&land);
if (llp->lcp->l_flags & L_ENGINEER)
++(*a_engineerp);
++*a_engineerp;
if (def->type == EF_SHIP && ++count >= maxland)
break;
}