Remove a useless struct keyword for ObjectProperties
authorLoic Blot <loic.blot@unix-experience.fr>
Mon, 28 May 2018 06:54:57 +0000 (08:54 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Mon, 28 May 2018 06:54:57 +0000 (08:54 +0200)
src/content_sao.h

index 486e2d252f01e7b7f778a17ee9858f4fb8e09acc..8510015c562846b96a0a55ce69437448d62a2988 100644 (file)
@@ -64,7 +64,7 @@ protected:
        float m_yaw = 0.0f;
 
        bool m_properties_sent = true;
-       struct ObjectProperties m_prop;
+       ObjectProperties m_prop;
 
        ItemGroupList m_armor_groups;
        bool m_armor_groups_sent = false;