- 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:
Christoph Oelckers 2008-03-23 20:52:34 +00:00
commit a6e9accedb
8 changed files with 17 additions and 11 deletions

View file

@ -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;