Remove a useless struct keyword for ObjectProperties

This commit is contained in:
Loic Blot 2018-05-28 08:54:57 +02:00
parent bb4f0fd228
commit a363a9bf71
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 1 deletions

View 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;