(dchr): Init the packaging of trailing dummy structs with IPKG instead

of 0.  No functional change.
This commit is contained in:
Marc Olzheim 2004-09-17 09:22:12 +00:00
parent d30942632b
commit 44433afac6

View file

@ -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"}, {'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, 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, 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, IPKG, 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}
}; };
struct sctintrins intrchr[] = { struct sctintrins intrchr[] = {