]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
[04:31:11] <@LordHavoc> div0: 9179 (if (msecdelta <= 0) return;) wrecked connect...
[xonotic/darkplaces.git] / client.h
index a8ed83445c08dd29603e9bc582a08e42b02841bb..fc13bae0bb767e983f8aefd698f3c7060eb36668 100644 (file)
--- a/client.h
+++ b/client.h
@@ -893,6 +893,9 @@ typedef struct client_state_s
        // fade var for fading while dead
        float deathfade;
 
+       // motionblur alpha level variable
+       float motionbluralpha;
+
        // copy of realtime from last recieved message, for net trouble icon
        float last_received_message;