- serialize AActor::boomwaterlevel.

After changing the splash code this looks necessary.
This commit is contained in:
Christoph Oelckers 2017-04-22 15:52:24 +02:00
parent 882279d600
commit 3608299e61

View file

@ -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)