fixed Windows build for networking branch

This commit is contained in:
2026-07-14 10:54:43 -07:00
parent 21e2add09a
commit 43b9d829c8
7 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public:
dos->write(data);
}
void load(DataInput *dis)
void load(DataInput *dis, int tagDepth)
{
int length = dis->readInt();
if (length < 0 || length > 2 * 1024 * 1024) length = 0;