m_accel/m_accel_noforce/m_threshold_noforce added, m_filter fixed up

added particle fields inwater and spawnchance
changed particle field timelimit -> spawntime
emit state is now kept (fixes rid# 1015648 FINALLY)


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1203 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-08-06 22:39:28 +00:00
parent c30d79eb31
commit 83cc102208
22 changed files with 390 additions and 255 deletions

View file

@ -391,6 +391,7 @@ typedef struct {
vec3_t origin;
vec3_t angles;
trailstate_t *trailstate; //when to next throw out a trail
trailstate_t *emitstate; //when to next emit
unsigned short frame;
} lerpents_t;
//