(ship_ca): Selector mobquota clashes with mobil, rename to mquota.

(land_ca): There are two selectors rad: radioactive materials and
reaction range limit.  Rename the latter to rmax.
This commit is contained in:
Markus Armbruster 2005-05-08 15:25:11 +00:00
parent 276a99841f
commit 250fc7d354

View file

@ -150,7 +150,7 @@ struct castr ship_ca[] = {
{NSC_SHORT, NSC_DEITY, 0, fldoff(shpstr, shp_ptime), "ptime"},
{NSC_TIME, 0, 0, fldoff(shpstr, shp_access), "access"},
{NSC_TIME, NSC_EXTRA, 0, fldoff(shpstr, shp_timestamp), "timestamp"},
{NSC_UCHAR, 0, 0, fldoff(shpstr, shp_mobquota), "mobquota"},
{NSC_UCHAR, 0, 0, fldoff(shpstr, shp_mobquota), "mquota"},
{NSC_STRINGY, 0, MAXSHPPATH, fldoff(shpstr, shp_path), "path"},
{NSC_SHORT, 0, 0, fldoff(shpstr, shp_follow), "follow"},
{NSC_STRINGY, 0, MAXSHPNAMLEN, fldoff(shpstr, shp_name), "name"},
@ -206,7 +206,7 @@ struct castr land_ca[] = {
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_spd), "spd"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_vis), "vis"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_spy), "spy"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_rad), "rad"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_rad), "rmax"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_frg), "frg"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_acc), "acc"},
{NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_dam), "dam"},