Increase various arbitrary limits - Bug #5463
This commit is contained in:
parent
6999fdba91
commit
20a77764dd
4 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ typedef struct flare_s {
|
|||
vec3_t color;
|
||||
} flare_t;
|
||||
|
||||
#define MAX_FLARES 128
|
||||
#define MAX_FLARES 256
|
||||
|
||||
flare_t r_flareStructs[MAX_FLARES];
|
||||
flare_t *r_activeFlares, *r_inactiveFlares;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue