mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Pushing typo fix introduced in b7ee608e70
This commit is contained in:
parent
b7ee608e70
commit
35a4082727
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void TileDef::serialize(std::ostream &os, u16 protocol_version) const
|
||||||
}
|
}
|
||||||
|
|
||||||
void TileDef::deSerialize(std::istream &is, u8 contentfeatures_version,
|
void TileDef::deSerialize(std::istream &is, u8 contentfeatures_version,
|
||||||
cNodeDrawType drawtype)
|
NodeDrawType drawtype)
|
||||||
{
|
{
|
||||||
int version = readU8(is);
|
int version = readU8(is);
|
||||||
name = deSerializeString(is);
|
name = deSerializeString(is);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue