0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-20 01:16:34 +00:00

- 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);
}