- move the MAX_PROJECTILES def from cl_ents.c to bothdefs.h

- convert svc_nails
This commit is contained in:
Adam Olsen 2001-10-20 08:10:25 +00:00
parent 6af08f0468
commit 32fbdba399
4 changed files with 47 additions and 13 deletions

View file

@ -62,6 +62,7 @@
#define MAX_LIGHTSTYLES 64
#define MAX_MODELS 256 // these are sent over the net as bytes
#define MAX_SOUNDS 256 // so they cannot be blindly increased
#define MAX_PROJECTILES 32
#define SAVEGAME_COMMENT_LENGTH 39