(trade_ca): "xloc" and "yloc" weren't NSC_DEITY. Wrong, but

trade_ca[] is currently unused.
This commit is contained in:
Markus Armbruster 2004-02-28 15:31:21 +00:00
parent 97e221baae
commit 43f7f153a7

View file

@ -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_maxprice), "maxprice", 0},
{NSC_TIME | NSC_OFF | fldoff(trdstr, trd_markettime), "markettime", 0},
{NSC_XCOORD | NSC_OFF | fldoff(trdstr, trd_x), "xloc", 0},
{NSC_YCOORD | NSC_OFF | fldoff(trdstr, trd_y), "yloc", 0},
{NSC_DEITY | NSC_XCOORD | NSC_OFF | fldoff(trdstr, trd_x), "xloc", 0},
{NSC_DEITY | NSC_YCOORD | NSC_OFF | fldoff(trdstr, trd_y), "yloc", 0},
{0, 0, 0}
};