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
|
@ -155,7 +155,6 @@ sell(void)
|
|||
comm.com_y = 0;
|
||||
comm.sell_x = sect.sct_x;
|
||||
comm.sell_y = sect.sct_y;
|
||||
comm.com_uid = ii;
|
||||
if (!putcomm(ii, &comm)) {
|
||||
pr("Problems with the commodities file, call the Deity\n");
|
||||
return RET_FAIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue