diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-09-26 16:46:06 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-09-26 16:46:06 +0000 |
commit | 46fffc982f93b82a695861493b0b6c9ce668b23a (patch) | |
tree | 2a7a312f6a567822b4569a5c7ad1f44e86ce6e55 /source/g_public.h | |
parent | a56ee6e51d88e099bd24ef24614a4323d49f2ceb (diff) |
Implemented GAME_FEATURE_MVDSPEC.
Diffstat (limited to 'source/g_public.h')
-rw-r--r-- | source/g_public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/g_public.h b/source/g_public.h index 4e61e7b..3a07639 100644 --- a/source/g_public.h +++ b/source/g_public.h @@ -42,6 +42,7 @@ SOLID_BSP // bsp clip, touch on edge #define GAME_FEATURE_CLIENTNUM 1 #define GAME_FEATURE_PROPERINUSE 2 +#define GAME_FEATURE_MVDSPEC 4 //=============================================================== |