(tchrstr, tchr_ca): Remove, use struct symbol and symbol_ca. Users
changed. (tchr, treaty_flags): Rename for consistency with other flags.
This commit is contained in:
parent
02ec5df820
commit
e612db5cb6
7 changed files with 17 additions and 31 deletions
|
@ -122,9 +122,9 @@ struct empfile empfile[] = {
|
|||
{EF_NEWS_CHR, "news chr", NULL, EFF_CFG,
|
||||
sizeof(rpt[0]), NULL, NULL, NULL,
|
||||
-1, -1, 0, 0, (char *)rpt, 0, rpt_ca},
|
||||
{EF_TREATY_CHR, "treaty chr", NULL, EFF_CFG,
|
||||
sizeof(tchr[0]), NULL, NULL, NULL,
|
||||
-1, -1, 0, 0, (char *)tchr, 0, tchr_ca},
|
||||
{EF_TREATY_CHR, "treaty flags", NULL, EFF_CFG,
|
||||
sizeof(treaty_flags[0]), NULL, NULL, NULL,
|
||||
-1, -1, 0, 0, (char *)treaty_flags, 0, symbol_ca},
|
||||
{EF_ITEM, "item", NULL, EFF_CFG,
|
||||
sizeof(ichr[0]), NULL, NULL, NULL,
|
||||
-1, -1, 0, 0, (char *)ichr, 0, ichr_ca},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue