mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-13 22:42:07 +00:00
- serialize LightLevel
This commit is contained in:
parent
b6b1b25035
commit
052b3cd89c
1 changed files with 1 additions and 0 deletions
|
@ -1222,6 +1222,7 @@ void DZSprite::Serialize(FSerializer& arc)
|
|||
("flipy", bYFlip)
|
||||
("dontinterpolate", bDontInterpolate)
|
||||
("addlightlevel", bAddLightLevel)
|
||||
("lightlevel", LightLevel)
|
||||
("flags", Flags);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue