From 8c9e535247a26d517c2dcaa8ade7049bf2ba423e Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 28 Dec 2000 09:29:38 +0000 Subject: [PATCH] s/()/(void)/g --- source/gl_dyn_part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_dyn_part.c b/source/gl_dyn_part.c index 3ed1398..8fe4a71 100644 --- a/source/gl_dyn_part.c +++ b/source/gl_dyn_part.c @@ -73,7 +73,7 @@ static short r_numparticles, numparticles; extern qboolean lighthalf; -extern void GDT_Init (); +extern void GDT_Init (void); extern int part_tex_smoke[8]; extern int part_tex_dot;