Allow particles to rotate.... Why's this file here anyway?...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@231 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-22 15:24:54 +00:00
parent cd9439c5b7
commit e905573fc4
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ typedef struct particle_s
// drivers never touch the following fields
vec3_t vel;
float rotationspeed;
struct particle_s *next;
float nextemit;
float die;