]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
reworked makefile a little bit to support DX9 renderer, add D3D=1 to
[xonotic/darkplaces.git] / client.h
index 0666a096ff75cb3ec4aee3635f38fbe532317b05..47ec148e33bc7bbb26261b79cb670f4c7bcb5ec8 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1200,6 +1200,7 @@ typedef struct client_state_s
        float movevars_airstrafeaccel_qw;
        float movevars_aircontrol;
        float movevars_aircontrol_power;
+       float movevars_aircontrol_penalty;
        float movevars_warsowbunny_airforwardaccel;
        float movevars_warsowbunny_accel;
        float movevars_warsowbunny_topspeed;
@@ -1774,7 +1775,7 @@ typedef struct r_refdef_s
        float fog_height_texcoordscale;
        char fogheighttexturename[64]; // detects changes to active fog height texture
 
-       qboolean draw2dstage;
+       int draw2dstage; // 0 = no, 1 = yes, other value = needs setting up again
 
        // true during envmap command capture
        qboolean envmap;