diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-10-18 15:57:56 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-10-18 15:57:56 +0300 |
commit | e7cd2f975492875faa2f26b3b13b8015d53a94d4 (patch) | |
tree | d2073406eb89be0575128fe1f5570013a346570d /src/qcommon | |
parent | fac45098669b7516a26f7460d5ac4b9514423ee8 (diff) |
The old team is no longer stored as part of persistent data when leaving team.
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/q_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |