diff options
Diffstat (limited to 'src/object_properties.h')
-rw-r--r-- | src/object_properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object_properties.h b/src/object_properties.h index 99683a917..75ba1f895 100644 --- a/src/object_properties.h +++ b/src/object_properties.h @@ -38,10 +38,11 @@ struct ObjectProperties v2s16 initial_sprite_basepos; bool is_visible; bool makes_footstep_sound; + float automatic_rotate; ObjectProperties(); std::string dump(); - void serialize(std::ostream &os); + void serialize(std::ostream &os) const; void deSerialize(std::istream &is); }; |