From 349e97bc5dc208123d9e48224d3c577723ef58df Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 11 Feb 2013 15:49:47 -0600 Subject: Unify/cleanup max snapshot entities on client and server --- src/client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/client.h b/src/client/client.h index bd50fbb6..f3d52a24 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -88,7 +88,7 @@ typedef struct { // the parseEntities array must be large enough to hold PACKET_BACKUP frames of // entities, so that when a delta compressed message arives from the server // it can be un-deltad from the original -#define MAX_PARSE_ENTITIES 2048 +#define MAX_PARSE_ENTITIES ( PACKET_BACKUP * MAX_SNAPSHOT_ENTITIES ) extern int g_console_field_width; -- cgit