diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-04-04 20:45:13 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-04-04 20:45:13 +0000 |
commit | 22fd6efeeb7ee918e0d1ffb75f6292077ce27816 (patch) | |
tree | 7b355fc4aa8a7c63aac93af54fb229f678ef552c /source/g_public.h | |
parent | 7ec50f12252b4dfb97f3249ccf05a771b98785c1 (diff) |
Added support for drawing colored text via `draw' client command.
Cvar_Get now resets user defined cvar values for read-only cvars.
Sever and game DLL features are now advertised via cvars instead of exports.
Diffstat (limited to 'source/g_public.h')
-rw-r--r-- | source/g_public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/g_public.h b/source/g_public.h index 703e23c..fac43a4 100644 --- a/source/g_public.h +++ b/source/g_public.h @@ -40,9 +40,9 @@ SOLID_BSP // bsp clip, touch on edge // extended features -#define GAME_FEATURE_CLIENTNUM 1 -#define GAME_FEATURE_PROPERINUSE 2 -#define GAME_FEATURE_MVDSPEC 4 +#define GMF_CLIENTNUM 1 +#define GMF_PROPERINUSE 2 +#define GMF_MVDSPEC 4 //=============================================================== |