Refactoring patch by DevHC
This commit is contained in:
parent
86d96f12b9
commit
a9696d3558
7 changed files with 19 additions and 36 deletions
|
@ -337,7 +337,7 @@ typedef struct {
|
|||
|
||||
struct gentity_s *gentities;
|
||||
int gentitySize;
|
||||
int num_entities; // current number, <= MAX_GENTITIES
|
||||
int num_entities; // MAX_CLIENTS <= num_entities <= ENTITYNUM_MAX_NORMAL
|
||||
|
||||
int warmupTime; // restart match at this time
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue