summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content_sao.h2
1 files changed, 1 insertions, 1 deletions
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;