- Fixed: The sector translators must clear unused bits because they might
render a sector's special inoperable. SVN r844 (trunk)
This commit is contained in:
parent
969cc1f6f9
commit
a6e9accedb
8 changed files with 17 additions and 11 deletions
|
|
@ -161,14 +161,14 @@ struct XlatParseContext
|
|||
{
|
||||
"include", "define", "enum",
|
||||
"arg5", "arg4", "arg3", "arg2", "flags", "lineid", "tag",
|
||||
"sector", "bitmask", "nobitmask"
|
||||
"sector", "bitmask", "nobitmask", "clear"
|
||||
|
||||
};
|
||||
static const short types[] =
|
||||
{
|
||||
INCLUDE, DEFINE, ENUM,
|
||||
ARG5, ARG4, ARG3, ARG2, FLAGS, TAG, TAG,
|
||||
SECTOR, BITMASK, NOBITMASK
|
||||
SECTOR, BITMASK, NOBITMASK, CLEAR
|
||||
};
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue