Unify/cleanup max snapshot entities on client and server

This commit is contained in:
Zack Middleton 2013-02-11 15:49:47 -06:00
parent d815052df0
commit ac621642ac
5 changed files with 8 additions and 7 deletions

View file

@ -87,7 +87,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;