]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
host, csqc: Remove cl.csqc_paused. Use new global host.paused instead.
[xonotic/darkplaces.git] / quakedef.h
index 9ade07f699b72e0bfe2d68caa784ede54b888288..3aefc0601459924d400300f61dbeece87a50eeca 100644 (file)
@@ -535,6 +535,7 @@ typedef struct host_s
        double realtime; // the accumulated mainloop time since application started (with filtering), without any slowmo or clamping
        double dirtytime; // the main loop wall time for this frame, equal to Sys_DirtyTime() at the start of this host frame
        qboolean restless; // don't sleep
+       qboolean paused; // global paused state, pauses both client and server
 } host_t;
 
 extern host_t host;