From e7cd2f975492875faa2f26b3b13b8015d53a94d4 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sat, 18 Oct 2014 15:57:56 +0300 Subject: The old team is no longer stored as part of persistent data when leaving team. --- src/qcommon/q_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcommon') diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index cfbc586..a93b630 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1091,7 +1091,7 @@ typedef struct { // bit field limits #define MAX_STATS 16 -#define MAX_PERSISTANT 24 +#define MAX_PERSISTANT 16 #define MAX_MISC 16 #define MAX_WEAPONS 16 -- cgit