No need to assign uid after ef_blank()
The redundant assignments should have been removed in commit 2da8d0c7
.
This commit is contained in:
parent
ae8e347ed6
commit
44295e43af
3 changed files with 0 additions and 3 deletions
|
@ -128,7 +128,6 @@ set(void)
|
|||
trade.trd_y = item.gen.y;
|
||||
trade.trd_type = type;
|
||||
trade.trd_owner = player->cnum;
|
||||
trade.trd_uid = id;
|
||||
trade.trd_unitid = ni.cur;
|
||||
trade.trd_price = price;
|
||||
(void)time(&now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue