From: divverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Thu, 23 Dec 2010 01:29:43 +0000 (+0000)
Subject: also make MAX_SCOREBOARDNAME 128 in the small memory profile, as it doesn't mean... 
X-Git-Tag: xonotic-v0.5.0~478
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=50b951f64bc2cc50057c29ac0bb54ecc997fcea3;p=xonotic%2Fdarkplaces.git

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
::stable-branch::merge=142c83aabf18a098a6d5076d40a8e3801c92b285
---

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