Skip to content

Commit 35a4082

Browse files
committedAug 29, 2017
Pushing typo fix introduced in b7ee608
1 parent b7ee608 commit 35a4082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/nodedef.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ void TileDef::serialize(std::ostream &os, u16 protocol_version) const
188188
}
189189

190190
void TileDef::deSerialize(std::istream &is, u8 contentfeatures_version,
191-
cNodeDrawType drawtype)
191+
NodeDrawType drawtype)
192192
{
193193
int version = readU8(is);
194194
name = deSerializeString(is);

0 commit comments

Comments
 (0)
Please sign in to comment.