BitfieldConsoleBaseType::setData definition

also, preserve saved out 0 and -1 numbers to resrver 'none' and 'all'
ditch 'no' materialdefinition::animtype
This commit is contained in:
AzaezelX 2025-03-06 20:55:40 -06:00
parent 64103a58aa
commit 0ac0ee88c2
3 changed files with 28 additions and 8 deletions

View file

@ -115,7 +115,6 @@ public:
enum AnimType
{
No = 0,
Scroll = BIT(0),
Rotate = BIT(1),
Wave = BIT(2),