(check_market): Slight simplification. No functional change.
This commit is contained in:
parent
ddb2652b18
commit
006c4bcce4
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ check_market(void)
|
|||
wu(0, comm.com_maxbidder,
|
||||
"You just bought %d %s from %s for $%.2f\n",
|
||||
comm.com_amount, ichr[comm.com_type].i_name,
|
||||
cname(comm.com_owner), gain * buytax);
|
||||
cname(comm.com_owner), price);
|
||||
natp->nat_money -= roundavg(price);
|
||||
putnat(natp);
|
||||
natp = getnatp(comm.com_owner);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue