From: Loic Blot Date: Mon, 28 May 2018 06:54:57 +0000 (+0200) Subject: Remove a useless struct keyword for ObjectProperties X-Git-Tag: 5.0.0~395 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a363a9bf7150b0513aa997029610d19318d70767;p=oweals%2Fminetest.git Remove a useless struct keyword for ObjectProperties --- diff --git a/src/content_sao.h b/src/content_sao.h index 486e2d252..8510015c5 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -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;