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:
parent
cd9439c5b7
commit
e905573fc4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue