]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
-demo and -capturedemo: don't quit if loading another demo, only quit when no more...
[xonotic/darkplaces.git] / client.h
index cd780e62e9b70d15db82f685c358c21488850eb2..a7555e86a3a4f0623a98a924d73630d219da9928 100644 (file)
--- a/client.h
+++ b/client.h
@@ -632,6 +632,7 @@ typedef struct client_static_s
        fs_offset_t demo_lastcsprogssize;
        int demo_lastcsprogscrc;
        qboolean demoplayback;
+       qboolean demostarting; // set if currently starting a demo, to stop -demo from quitting when switching to another demo
        qboolean timedemo;
        // -1 = use normal cd track
        int forcetrack;