]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
added force_centerview to glx (by moving it to vid_shared)
[xonotic/darkplaces.git] / client.h
index 0ff6de07b8252df29b0d9b6621fcc17d02643a88..a690fdc53efe9c9b923d5248d02dd71d11e19def 100644 (file)
--- a/client.h
+++ b/client.h
@@ -110,7 +110,7 @@ typedef struct
        qboolean        demoplayback;
        qboolean        timedemo;
        int                     forcetrack;                     // -1 = use normal cd track
-       FILE            *demofile;
+       QFile           *demofile;
        int                     td_lastframe;           // to meter out one message a frame
        int                     td_startframe;          // host_framecount at start
        double          td_starttime;           // realtime at second frame of timedemo (LordHavoc: changed to double)