From e905573fc4112b7586211ca866aa54f31a572ab9 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 22 Sep 2004 15:24:54 +0000 Subject: [PATCH] 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 --- engine/common/particles.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/particles.h b/engine/common/particles.h index 0678631e9..8c9e4c64b 100644 --- a/engine/common/particles.h +++ b/engine/common/particles.h @@ -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;