(scuttle_tradeship): Remove carriage return.
This commit is contained in:
parent
4c4dec738c
commit
8a8bf00c5e
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ scuttle_tradeship(struct shpstr *sp, int interactive)
|
||||||
|
|
||||||
if (sect.sct_own != sp->shp_own) {
|
if (sect.sct_own != sp->shp_own) {
|
||||||
ally_cash = cash * trade_ally_cut;
|
ally_cash = cash * trade_ally_cut;
|
||||||
cash *= (1.0 + trade_ally_bonus);
|
cash *= (1.0 + trade_ally_bonus);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue