]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/file.c
Indented with src/scripts/indent-emp.
[empserver] / src / lib / global / file.c
index a00cb9acdc21a91c4bbaf019befb1613031bc5d4..da76d041bedbd8e1bf6a4960c6583fca5472971f 100644 (file)
 #endif
 
 struct empfile empfile[] = {
-       { "sect", FILEPATH(sector), EFF_COM|EFF_XY|EFF_OWNER,
-            0, sizeof(struct sctstr),
-           0, 0, 0, { fldoff(sctstr, sct_nv), fldoff(sctstr, sct_vtype[0]),
-           fldoff(sctstr, sct_vamt[0]) }, MAXSCTV, 
-           -1, -1, 0, 0, 0, 0, 0 },
-       { "ship", FILEPATH(ship), EFF_COM|EFF_XY|EFF_OWNER|EFF_GROUP,
-           0, sizeof(struct shpstr),
-           0, 0, 0, { fldoff(shpstr, shp_nv), fldoff(shpstr, shp_vtype[0]),
-           fldoff(shpstr, shp_vamt[0]) }, MAXSHPV, 
-           -1, -1, 0, 0, 0, 0, 0 },
-       { "plane", FILEPATH(plane), EFF_XY|EFF_OWNER|EFF_GROUP,
-            0, sizeof(struct plnstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "land", FILEPATH(land), EFF_COM|EFF_XY|EFF_OWNER|EFF_GROUP,
-           0, sizeof(struct lndstr),
-           0, 0, 0, { fldoff(lndstr, lnd_nv), fldoff(lndstr, lnd_vtype[0]),
-           fldoff(lndstr, lnd_vamt[0]) }, MAXLNDV, 
-           -1, -1, 0, 0, 0, 0, 0 },
-       { "nuke", FILEPATH(nuke), EFF_XY|EFF_OWNER, 0, sizeof(struct nukstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "news", FILEPATH(news),              0,
-            0, sizeof(struct nwsstr),
-            0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "treaty", FILEPATH(treaty), 0, 0, sizeof(struct trtstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "trade", FILEPATH(trade),           0, 0, sizeof(struct trdstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "pow", FILEPATH(power),     0, 0, sizeof(struct powstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "nat", FILEPATH(nation),           0, 0, sizeof(struct natstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "loan", FILEPATH(loan),              0,
-            0, sizeof(struct lonstr),
-            0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "map", FILEPATH(map),         0, 0, DEF_WORLD_X*DEF_WORLD_Y/2,
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "bmap", FILEPATH(bmap),               0, 0, DEF_WORLD_X*DEF_WORLD_Y/2,
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "commodity", FILEPATH(commodity),0,0,sizeof(struct comstr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 },
-       { "lost", FILEPATH(lostitems),    0, 0, sizeof(struct loststr),
-           0, 0, 0, { 0, 0, 0 }, 0, -1, -1, 0, 0, 0, 0, 0 }
+    {"sect", FILEPATH(sector), EFF_COM | EFF_XY | EFF_OWNER,
+     0, sizeof(struct sctstr),
+     0, 0, 0, {fldoff(sctstr, sct_nv), fldoff(sctstr, sct_vtype[0]),
+              fldoff(sctstr, sct_vamt[0])}, MAXSCTV,
+     -1, -1, 0, 0, 0, 0, 0},
+    {"ship", FILEPATH(ship), EFF_COM | EFF_XY | EFF_OWNER | EFF_GROUP,
+     0, sizeof(struct shpstr),
+     0, 0, 0, {fldoff(shpstr, shp_nv), fldoff(shpstr, shp_vtype[0]),
+              fldoff(shpstr, shp_vamt[0])}, MAXSHPV,
+     -1, -1, 0, 0, 0, 0, 0},
+    {"plane", FILEPATH(plane), EFF_XY | EFF_OWNER | EFF_GROUP,
+     0, sizeof(struct plnstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"land", FILEPATH(land), EFF_COM | EFF_XY | EFF_OWNER | EFF_GROUP,
+     0, sizeof(struct lndstr),
+     0, 0, 0, {fldoff(lndstr, lnd_nv), fldoff(lndstr, lnd_vtype[0]),
+              fldoff(lndstr, lnd_vamt[0])}, MAXLNDV,
+     -1, -1, 0, 0, 0, 0, 0},
+    {"nuke", FILEPATH(nuke), EFF_XY | EFF_OWNER, 0, sizeof(struct nukstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"news", FILEPATH(news), 0,
+     0, sizeof(struct nwsstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"treaty", FILEPATH(treaty), 0, 0, sizeof(struct trtstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"trade", FILEPATH(trade), 0, 0, sizeof(struct trdstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"pow", FILEPATH(power), 0, 0, sizeof(struct powstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"nat", FILEPATH(nation), 0, 0, sizeof(struct natstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"loan", FILEPATH(loan), 0,
+     0, sizeof(struct lonstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"map", FILEPATH(map), 0, 0, DEF_WORLD_X * DEF_WORLD_Y / 2,
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"bmap", FILEPATH(bmap), 0, 0, DEF_WORLD_X * DEF_WORLD_Y / 2,
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"commodity", FILEPATH(commodity), 0, 0, sizeof(struct comstr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0},
+    {"lost", FILEPATH(lostitems), 0, 0, sizeof(struct loststr),
+     0, 0, 0, {0, 0, 0}, 0, -1, -1, 0, 0, 0, 0, 0}
 };