mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
- move the MAX_PROJECTILES def from cl_ents.c to bothdefs.h
- convert svc_nails
This commit is contained in:
parent
6af08f0468
commit
32fbdba399
4 changed files with 47 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue