]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
particle effectinfo: new parameters
[xonotic/darkplaces.git] / client.h
index 16427924bdad29d9df8fcb6bd418fbf75d37670d..dc93f806d60fbbb46a86dc07c94b12e1a7bdeb49 100644 (file)
--- a/client.h
+++ b/client.h
@@ -719,6 +719,9 @@ typedef struct particle_s
        unsigned char   color[3];
        unsigned char   qualityreduction; // enables skipping of this particle according to r_refdef.view.qualityreduction
        float           stretch; // only for sparks
+       int             staincolor;
+       signed char     staintexnum;
+       float           stainsizefactor;
 
        // fields not used by rendering:  (40 bytes)
        float                   sizeincrease; // rate of size change per second
@@ -1058,6 +1061,15 @@ typedef struct client_state_s
        float movevars_stepheight;
        float movevars_airaccel_qw;
        float movevars_airaccel_sideways_friction;
+       float movevars_airstopaccelerate;
+       float movevars_airstrafeaccelerate;
+       float movevars_maxairstrafespeed;
+       float movevars_aircontrol;
+       float movevars_warsowbunny_airforwardaccel;
+       float movevars_warsowbunny_accel;
+       float movevars_warsowbunny_topspeed;
+       float movevars_warsowbunny_turnaccel;
+       float movevars_warsowbunny_backtosideratio;
 
        // models used by qw protocol
        int qw_modelindex_spike;