From 142c83aabf18a098a6d5076d40a8e3801c92b285 Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 23 Dec 2010 01:29:43 +0000 Subject: [PATCH] also make MAX_SCOREBOARDNAME 128 in the small memory profile, as it doesn't mean much memory usage git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10677 d7cf8633-e32d-0410-b094-e92efae38249 --- quakedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakedef.h b/quakedef.h index 968c75e2..5459a0fc 100644 --- a/quakedef.h +++ b/quakedef.h @@ -73,7 +73,7 @@ extern char engineversion[128]; #define MAX_LIGHTSTYLES 64 #define MAX_STYLESTRING 16 #define MAX_SCOREBOARD 32 -#define MAX_SCOREBOARDNAME 64 +#define MAX_SCOREBOARDNAME 128 #define MAX_USERINFO_STRING 196 #define MAX_SERVERINFO_STRING 512 #define MAX_LOCALINFO_STRING 1 // not actually used by DP servers -- 2.39.2