]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
The "position" field of the "qfile_t" structure was (correctly) used for 2 differents...
[xonotic/darkplaces.git] / client.h
index 88b75241123e5c4f198429e447d033e907fe9419..43aa005bd0e9feab61cd2e1ac77eaa67e9a68d75 100644 (file)
--- a/client.h
+++ b/client.h
@@ -328,6 +328,8 @@ typedef struct
        int items;
        // cl.time of acquiring item, for blinking
        float item_gettime[32];
+       // cl.time of changing STAT_ACTIVEWEAPON
+       float weapontime;
        // use pain anim frame if cl.time < this
        float faceanimtime;