(trade_ca): "xloc" and "yloc" weren't NSC_DEITY. Wrong, but
trade_ca[] is currently unused.
This commit is contained in:
parent
97e221baae
commit
43f7f153a7
1 changed files with 2 additions and 2 deletions
|
@ -293,8 +293,8 @@ struct castr trade_ca[] = {
|
||||||
{NSC_INT | NSC_OFF | fldoff(trdstr, trd_maxbidder), "maxbidder", 0},
|
{NSC_INT | NSC_OFF | fldoff(trdstr, trd_maxbidder), "maxbidder", 0},
|
||||||
{NSC_INT | NSC_OFF | fldoff(trdstr, trd_maxprice), "maxprice", 0},
|
{NSC_INT | NSC_OFF | fldoff(trdstr, trd_maxprice), "maxprice", 0},
|
||||||
{NSC_TIME | NSC_OFF | fldoff(trdstr, trd_markettime), "markettime", 0},
|
{NSC_TIME | NSC_OFF | fldoff(trdstr, trd_markettime), "markettime", 0},
|
||||||
{NSC_XCOORD | NSC_OFF | fldoff(trdstr, trd_x), "xloc", 0},
|
{NSC_DEITY | NSC_XCOORD | NSC_OFF | fldoff(trdstr, trd_x), "xloc", 0},
|
||||||
{NSC_YCOORD | NSC_OFF | fldoff(trdstr, trd_y), "yloc", 0},
|
{NSC_DEITY | NSC_YCOORD | NSC_OFF | fldoff(trdstr, trd_y), "yloc", 0},
|
||||||
{0, 0, 0}
|
{0, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue