mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- serialize AActor::boomwaterlevel.
After changing the splash code this looks necessary.
This commit is contained in:
parent
882279d600
commit
3608299e61
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ void AActor::Serialize(FSerializer &arc)
|
|||
A("stamina", stamina)
|
||||
("goal", goal)
|
||||
A("waterlevel", waterlevel)
|
||||
A("boomwaterlevel", boomwaterlevel)
|
||||
A("minmissilechance", MinMissileChance)
|
||||
A("spawnflags", SpawnFlags)
|
||||
("inventory", Inventory)
|
||||
|
|
Loading…
Reference in a new issue