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:
b7ee608
)
Pushing typo fix introduced in b7ee608e70f8e031e3e01c9672bedb16efa648b8
author
Loic Blot
<loic.blot@unix-experience.fr>
Tue, 29 Aug 2017 18:21:14 +0000
(20:21 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Tue, 29 Aug 2017 18:21:14 +0000
(20:21 +0200)
src/nodedef.cpp
patch
|
blob
|
history
diff --git
a/src/nodedef.cpp
b/src/nodedef.cpp
index 89e9b4d46fb69818812519c6e93f3de205453e6a..bc03b71e75f361e8ec16a78af0b85a8684e66925 100644
(file)
--- a/
src/nodedef.cpp
+++ b/
src/nodedef.cpp
@@
-188,7
+188,7
@@
void TileDef::serialize(std::ostream &os, u16 protocol_version) const
}
void TileDef::deSerialize(std::istream &is, u8 contentfeatures_version,
-
c
NodeDrawType drawtype)
+ NodeDrawType drawtype)
{
int version = readU8(is);
name = deSerializeString(is);