summaryrefslogtreecommitdiff
path: root/src/game/q_shared.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2003-09-21 18:23:47 +0000
committerTim Angus <tim@ngus.net>2003-09-21 18:23:47 +0000
commit51f8195fe9846eaf3482da7ccce44064a7c2900a (patch)
tree62fa42690362537f3419753bf738765a12aaac80 /src/game/q_shared.h
parent84e75ec07a5027e76726bc28073438d8c9a8d04a (diff)
* Fully generalised scriptable paricle system
* Changes to Makefile and depend file for above * Tweaks to entities.def * Apparently a bunch of other stuff I've forgotten about
Diffstat (limited to 'src/game/q_shared.h')
-rw-r--r--src/game/q_shared.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h
index fefeed3b..34d2ffb7 100644
--- a/src/game/q_shared.h
+++ b/src/game/q_shared.h
@@ -1095,9 +1095,10 @@ typedef enum {
#define ENTITYNUM_MAX_NORMAL (MAX_GENTITIES-2)
-#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_MODELS 256 // these are sent over the net as 8 bits
+#define MAX_SOUNDS 256 // so they cannot be blindly increased
+#define MAX_SHADERS 128 //TA: should be in bg_public.h
+#define MAX_PARTICLE_FILES 128
#define MAX_CONFIGSTRINGS 1024