]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
changed the not-very-useful min/avg/max part of timedemo results to one-second min...
[xonotic/darkplaces.git] / client.h
index 691850122ed863152b264a33aaa7cc7382b294c3..dcc8723f0fd3b616b58c80dce4e1390601b36d78 100644 (file)
--- a/client.h
+++ b/client.h
@@ -480,10 +480,12 @@ typedef struct client_static_s
        int td_startframe;
        // realtime at second frame of timedemo (LordHavoc: changed to double)
        double td_starttime;
-       // LordHavoc: for measuring maxfps
-       double td_minframetime;
-       // LordHavoc: for measuring minfps
-       double td_maxframetime;
+       double td_onesecondnexttime;
+       double td_onesecondframes;
+       double td_onesecondminframes;
+       double td_onesecondmaxframes;
+       double td_onesecondavgframes;
+       int td_onesecondavgcount;
        // LordHavoc: pausedemo
        qboolean demopaused;