From a363a9bf7150b0513aa997029610d19318d70767 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 28 May 2018 08:54:57 +0200 Subject: [PATCH] Remove a useless struct keyword for ObjectProperties --- src/content_sao.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;