- serialize LightLevel

This commit is contained in:
Major Cooke 2023-10-03 11:06:42 -05:00 committed by Rachael Alexanderson
parent b6b1b25035
commit 052b3cd89c

View file

@ -1222,6 +1222,7 @@ void DZSprite::Serialize(FSerializer& arc)
("flipy", bYFlip)
("dontinterpolate", bDontInterpolate)
("addlightlevel", bAddLightLevel)
("lightlevel", LightLevel)
("flags", Flags);
}