This commit is contained in:
CuteNoiRe 2024-05-23 23:04:13 +03:00
parent 1cf3738c41
commit 2f7a34f8ba

View file

@ -964,7 +964,7 @@ struct cvar_s {
cvarGroup_t group; // to track changes cvarGroup_t group; // to track changes
}; };
#define MAX_CVAR_VALUE_STRING 512 #define MAX_CVAR_VALUE_STRING 256
typedef int cvarHandle_t; typedef int cvarHandle_t;