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:
Spoike 2005-07-28 00:45:41 +00:00
parent c11e10b693
commit 5537bb29b6
1 changed files with 1 additions and 1 deletions

View File

@ -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)