mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 11:43:29 +00:00
s/()/(void)/g
This commit is contained in:
parent
bc9518c9a5
commit
8c9e535247
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ static short r_numparticles, numparticles;
|
||||||
|
|
||||||
extern qboolean lighthalf;
|
extern qboolean lighthalf;
|
||||||
|
|
||||||
extern void GDT_Init ();
|
extern void GDT_Init (void);
|
||||||
extern int part_tex_smoke[8];
|
extern int part_tex_smoke[8];
|
||||||
extern int part_tex_dot;
|
extern int part_tex_dot;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue