Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -61,46 +61,46 @@
|
|||
#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}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue