fixed Windows build for networking branch
This commit is contained in:
@@ -115,7 +115,7 @@ Tag *Tag::readNamedTag(DataInput *dis)
|
||||
Tag *tag = newTag(type, name);
|
||||
if (tag == NULL) { depth--; return new EndTag(); }
|
||||
|
||||
tag->load(dis);
|
||||
tag->load(dis, depth + 1);
|
||||
depth--;
|
||||
return tag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user