Skip to content

Commit

Permalink
Pushing typo fix introduced in b7ee608
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Aug 29, 2017
1 parent b7ee608 commit 35a4082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodedef.cpp
Expand Up @@ -188,7 +188,7 @@ void TileDef::serialize(std::ostream &os, u16 protocol_version) const
}

void TileDef::deSerialize(std::istream &is, u8 contentfeatures_version,
cNodeDrawType drawtype)
NodeDrawType drawtype)
{
int version = readU8(is);
name = deSerializeString(is);
Expand Down

0 comments on commit 35a4082

Please sign in to comment.