Fixes for bugs introduced in last several revisions
This commit is contained in:
parent
dc24d7649c
commit
b8f81e8065
4 changed files with 25 additions and 12 deletions
|
@ -141,7 +141,8 @@ static float shaderAnimSTRatio[MAX_SHADER_ANIMS] = {
|
|||
#ifdef WOLF_PARTICLES
|
||||
#define MAX_PARTICLES 1024 * 8
|
||||
#else
|
||||
#define WOLF_PARTICLES 1024
|
||||
#define MAX_PARTICLES 1024
|
||||
#endif
|
||||
|
||||
cparticle_t *active_particles, *free_particles;
|
||||
cparticle_t particles[MAX_PARTICLES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue