mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-19 15:01:13 +00:00
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:
parent
abc8b40d31
commit
e3dc3fb7b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue