Mark the PushSound property as meta

This commit is contained in:
UnizoneDev 2022-11-12 05:35:55 -06:00 committed by Christoph Oelckers
commit a21d0c70e4
6 changed files with 6 additions and 7 deletions

View file

@ -1992,7 +1992,6 @@ DEFINE_FIELD(AActor, UseSound)
DEFINE_FIELD(AActor, BounceSound)
DEFINE_FIELD(AActor, WallBounceSound)
DEFINE_FIELD(AActor, CrushPainSound)
DEFINE_FIELD(AActor, PushSound)
DEFINE_FIELD(AActor, MaxDropOffHeight)
DEFINE_FIELD(AActor, MaxStepHeight)
DEFINE_FIELD(AActor, MaxSlopeSteepness)