Skip to content

Commit

Permalink
QCOMMON: Set MAX_CVARS to 2048 like in ioquake3
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Aug 29, 2024
1 parent e172431 commit 35d408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/cvar.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static cvar_t *cvar_vars = NULL;
static cvar_t *cvar_cheats;
int cvar_modifiedFlags;

#define MAX_CVARS 1024
#define MAX_CVARS 2048
static cvar_t cvar_indexes[MAX_CVARS];
static int cvar_numIndexes;

Expand Down

0 comments on commit 35d408a

Please sign in to comment.