(dchr): Init the packaging of trailing dummy structs with IPKG instead
of 0. No functional change.
This commit is contained in:
parent
d30942632b
commit
44433afac6
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ struct dchrstr dchr[SCT_MAXDEF + 2] = {
|
|||
{'e', 0, 2, 0, NPKG, 1.0, 2.0, 7, 0, 1, 0, 0, "enlistment center"},
|
||||
{'~', 0, 2, 0, NPKG, 1.0, 1.5, 1, 0, 1, 0, 0, "plains"},
|
||||
{'@', 0, 1, 0, NPKG, 1.0, 1.5, 4, 0, 1, 0, 0, "bridge tower"},
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
|
||||
{0, 0, 0, 0, IPKG, 0, 0, 0, 0, 0, 0, 0, 0},
|
||||
{0, 0, 0, 0, IPKG, 0, 0, 0, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
||||
struct sctintrins intrchr[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue