max cvars changed to 48 , DoD has too many cvars ...

This commit is contained in:
Lukasz Wlasinksi 2004-08-31 21:59:09 +00:00
parent 8575c9a637
commit 66bed5a1ab

View File

@ -66,7 +66,7 @@ new g_cmdMenuHelp[ MAX_CMDS_LAYERS ][] = {
/* End of Commands Menu */
#define MAX_CMDS 32
#define MAX_CVARS 32
#define MAX_CVARS 48
new g_cmdName[MAX_CMDS*MAX_CMDS_LAYERS][32]
new g_cmdCmd[MAX_CMDS*MAX_CMDS_LAYERS][64]