libpsys

diff src/psys_impl.h @ 2:6e5342a2529a

more stuff done
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 25 Sep 2011 04:26:51 +0300
parents 874a942853ad
children
line diff
     1.1 --- a/src/psys_impl.h	Sat Sep 24 20:44:42 2011 +0300
     1.2 +++ b/src/psys_impl.h	Sun Sep 25 04:26:51 2011 +0300
     1.3 @@ -21,6 +21,8 @@
     1.4  
     1.5  	struct anm_node prs;
     1.6  
     1.7 +	unsigned int tex;
     1.8 +
     1.9  	struct anm_track rate;
    1.10  	struct anm_track life;
    1.11  	struct v3track dir;
    1.12 @@ -54,6 +56,9 @@
    1.13  	float cur_rate, cur_life;
    1.14  	vec3_t cur_dir;
    1.15  	vec3_t cur_grav;
    1.16 +
    1.17 +	/* partial spawn accumulator */
    1.18 +	float spawn_acc;
    1.19  };
    1.20  
    1.21