mirror of
https://github.com/minetest/minetest.git
synced 2025-04-04 17:31:39 +02:00
Pushing typo fix introduced in b7ee608e70f8e031e3e01c9672bedb16efa648b8
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user