(sect_ca): New selector elev. It's set by fairland, but has no effect

on the game.  It can be useful for deities to customize a world
created by fairland.
This commit is contained in:
Markus Armbruster 2007-12-22 08:11:21 +00:00
parent 91505ef798
commit ff4ada21b9

View file

@ -105,6 +105,7 @@ struct castr pchr_ca[] = {
struct castr sect_ca[] = {
/* uid is encoded in x, y */
{NSC_NATID, 0, 0, fldoff(sctstr, sct_own), "owner", EF_NATION},
{NSC_SHORT, NSC_DEITY, 0, fldoff(sctstr, sct_elev), "elev", EF_BAD},
{NSC_XCOORD, NSC_CONST, 0, fldoff(sctstr, sct_x), "xloc", EF_BAD},
{NSC_YCOORD, NSC_CONST, 0, fldoff(sctstr, sct_y), "yloc", EF_BAD},
{NSC_UCHAR, 0, 0, fldoff(sctstr, sct_type), "des", EF_SECTOR_CHR},