(set): Fix initialization of trd_y. The initial value is believed not
to be used.
This commit is contained in:
parent
2e06eedb00
commit
2d47bff1f7
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ set(void)
|
|||
id = ni_trade.cur;
|
||||
}
|
||||
trade.trd_x = item.gen.trg_x;
|
||||
trade.trd_y = item.gen.trg_x;
|
||||
trade.trd_y = item.gen.trg_y;
|
||||
trade.trd_type = type;
|
||||
trade.trd_owner = player->cnum;
|
||||
trade.trd_uid = id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue