projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb4f0fd
)
Remove a useless struct keyword for ObjectProperties
author
Loic Blot
<loic.blot@unix-experience.fr>
Mon, 28 May 2018 06:54:57 +0000
(08:54 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Mon, 28 May 2018 06:54:57 +0000
(08:54 +0200)
src/content_sao.h
patch
|
blob
|
history
diff --git
a/src/content_sao.h
b/src/content_sao.h
index 486e2d252f01e7b7f778a17ee9858f4fb8e09acc..8510015c562846b96a0a55ce69437448d62a2988 100644
(file)
--- 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;