common: defaults: add default macro for default gameinfo max_edicts value
This commit is contained in:
parent
7a795edeb5
commit
a443547d4d
1 changed files with 4 additions and 0 deletions
|
@ -189,4 +189,8 @@ Default build-depended cvar and constant values
|
|||
#define DEFAULT_FULLSCREEN "1" // must be a string
|
||||
#endif // DEFAULT_FULLSCREEN
|
||||
|
||||
#ifndef DEFAULT_MAX_EDICTS
|
||||
#define DEFAULT_MAX_EDICTS 1200 // was 900 before HL25
|
||||
#endif // DEFAULT_MAX_EDICTS
|
||||
|
||||
#endif // DEFAULTS_H
|
||||
|
|
Loading…
Add table
Reference in a new issue