Skip to content

Commit a363a9b

Browse files
committedMay 28, 2018
Remove a useless struct keyword for ObjectProperties
1 parent bb4f0fd commit a363a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/content_sao.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class UnitSAO: public ServerActiveObject
6464
float m_yaw = 0.0f;
6565

6666
bool m_properties_sent = true;
67-
struct ObjectProperties m_prop;
67+
ObjectProperties m_prop;
6868

6969
ItemGroupList m_armor_groups;
7070
bool m_armor_groups_sent = false;

0 commit comments

Comments
 (0)
Please sign in to comment.