mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 07:01:43 +00:00
And... with correct spelling.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1166 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c11e10b693
commit
5537bb29b6
1 changed files with 1 additions and 1 deletions
|
@ -2495,7 +2495,7 @@ int P_ParticleTrail (vec3_t startpos, vec3_t end, int type, trailstate_t **tsk)
|
||||||
float stop;
|
float stop;
|
||||||
float tdegree = 2*M_PI/256; /* MSVC whine */
|
float tdegree = 2*M_PI/256; /* MSVC whine */
|
||||||
|
|
||||||
if (typenum < 0 || typenum >= numparticletypes)
|
if (type < 0 || type >= numparticletypes)
|
||||||
return 1; //bad value
|
return 1; //bad value
|
||||||
|
|
||||||
if (!ptype->loaded)
|
if (!ptype->loaded)
|
||||||
|
|
Loading…
Reference in a new issue