]> git.pond.sub.org Git - empserver/commitdiff
(sect_ca[]): Remove NSC_EXTRA for sct_coastal
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 12 Feb 2006 20:40:18 +0000 (20:40 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 12 Feb 2006 20:40:18 +0000 (20:40 +0000)
so the field is dumped.

src/lib/global/nsc.c

index 3674d48c46e0663fd962cac8880d584ec54e1a3a..cf281019822b548107e0f7313f9d27808c6f550f 100644 (file)
@@ -139,7 +139,7 @@ struct castr sect_ca[] = {
     {NSC_YCOORD, 0, 0, fldoff(sctstr, sct_dist_y), "ydist", EF_BAD},
     {NSC_SHORT, 0, 0, fldoff(sctstr, sct_avail), "avail", EF_BAD},
     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_work), "work", EF_BAD},
-    {NSC_UCHAR, NSC_EXTRA, 0, fldoff(sctstr, sct_coastal), "coastal", EF_BAD},
+    {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_coastal), "coastal", EF_BAD},
     {NSC_TYPEID, 0, 0, fldoff(sctstr, sct_newtype), "newdes", EF_SECTOR_CHR},
     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_min), "min", EF_BAD},
     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_gmin), "gold", EF_BAD},