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
|
@ -57,7 +57,7 @@ desi(void)
|
|||
if (player->argp[2]) {
|
||||
cost = do_desi(natp, player->argp[1], player->argp[2], cash, 0);
|
||||
if (cost < 0)
|
||||
return (int)(-cost);
|
||||
return (int)-cost;
|
||||
if (chkmoney(cost, cash, player->argp[3]))
|
||||
return RET_SYN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue