diff options
Diffstat (limited to 'src/game/q_shared.h')
-rw-r--r-- | src/game/q_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h index b5fd5889..153ce970 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -1102,6 +1102,7 @@ typedef enum { #define MAX_MODELS 256 // these are sent over the net as 8 bits #define MAX_SOUNDS 256 // so they cannot be blindly increased +#define MAX_SHADERS 256 //TA: should be in bg_public.h #define MAX_CONFIGSTRINGS 1024 |