Merge pull request #862 from devnexen/glrenderer_drawparticles_sig

R_DrawParticles2 signature slight change fixing build warning.
This commit is contained in:
Yamagi 2022-07-22 10:14:37 +02:00 committed by GitHub
commit 90eb2f394d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -421,7 +421,7 @@ R_DrawEntitiesOnList(void)
void
R_DrawParticles2(int num_particles, const particle_t particles[],
const unsigned colortable[768])
const unsigned *colortable)
{
const particle_t *p;
int i;

View file

@ -304,7 +304,7 @@ int Scrap_AllocBlock(int w, int h, int *x, int *y);
/* GL extension emulation functions */
void R_DrawParticles2(int n,
const particle_t particles[],
const unsigned colortable[768]);
const unsigned *colortable);
/*
* GL config stuff