diff options
Diffstat (limited to 'src/object_properties.h')
-rw-r--r-- | src/object_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object_properties.h b/src/object_properties.h index a0f5618d6..e8188cb60 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -44,6 +44,7 @@ struct ObjectProperties bool is_visible; bool makes_footstep_sound; float automatic_rotate; + f32 stepheight; ObjectProperties(); |