Fixed a warning.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3380 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-10-06 00:22:28 +00:00
parent abc8b40d31
commit e3dc3fb7b3
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ particleengine_t *particlesystem[] =
&pe_darkplaces,
&pe_classic,
&pe_null,
{NULL},
NULL,
};
void R_ParticleSystem_Callback(struct cvar_s *var, char *oldvalue)