- the fourth.

This commit is contained in:
Christoph Oelckers 2017-03-08 18:47:52 +01:00
commit 8ab562ef13
107 changed files with 1041 additions and 1041 deletions

View file

@ -80,8 +80,8 @@ struct SpecialArg
struct ListFilter
{
WORD filter;
BYTE value;
uint16_t filter;
uint8_t value;
};
struct MoreFilters
@ -98,8 +98,8 @@ struct MoreLines
struct ParseBoomArg
{
BYTE constant;
WORD mask;
uint8_t constant;
uint16_t mask;
MoreFilters *filters;
};