Update CVAR_HACK_ID

This commit is contained in:
8dcc 2023-07-21 13:49:12 +02:00
parent b25226b406
commit 90ef1e4105
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "globals.h"
#define CVAR_PREFIX "cv_"
#define CVAR_HACK_ID 0x2000 /* (1<<13) */
#define CVAR_HACK_ID 0x4000 /* (1<<14) One that is not in use by the game */
/*
* DECL_CVAR: Declares cvar variable in source file.