fixed Windows build for networking branch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user