Remove superflous casts and parenthesis.
This commit is contained in:
parent
f883710417
commit
cd73a47dfa
28 changed files with 136 additions and 145 deletions
|
@ -209,7 +209,7 @@ mission(void)
|
|||
return RET_FAIL;
|
||||
}
|
||||
|
||||
mobused = ldround((mission_mob_cost * (double)mobmax), 1);
|
||||
mobused = ldround(mission_mob_cost * (double)mobmax, 1);
|
||||
|
||||
while (nxtitem(&ni, &item)) {
|
||||
gp = (struct genitem *)&item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue