]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_particles.c
mark some functions as static to hush warnings
[xonotic/darkplaces.git] / cl_particles.c
index 331310b7ef01b10baac26dedcc2d0a5ef0ff4891..5faa737d2fc5c0adafbb9366f6cd15a926ddf29b 100644 (file)
@@ -555,7 +555,7 @@ static void CL_Particles_LoadEffectInfo(const char *customfile)
        }
 }
 
-void CL_Particles_LoadEffectInfo_f(void)
+static void CL_Particles_LoadEffectInfo_f(void)
 {
        CL_Particles_LoadEffectInfo(Cmd_Argc() > 1 ? Cmd_Argv(1) : NULL);
 }