mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2024-11-13 00:34:18 +00:00
update
This commit is contained in:
parent
1cf3738c41
commit
2f7a34f8ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue