X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=host.h;fp=host.h;h=6c4f5f60da74afac5b1426fa0ea9d96b0543572a;hb=d3b8dc6b859c81a72fa1ea2cccb5064a319c32fc;hp=109948c581205e0eaa793a149e0ca70b0fefde4b;hpb=94b0826a045fab935ff81ea2c9ac15f5768d9ff0;p=xonotic%2Fdarkplaces.git diff --git a/host.h b/host.h index 109948c5..6c4f5f60 100644 --- a/host.h +++ b/host.h @@ -23,7 +23,7 @@ typedef struct host_static_s unsigned int framecount; // incremented every frame, never reset (checked by Host_Error and Host_SaveConfig_f) 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 - double sleeptime; // time spent sleeping overall + double sleeptime; // time spent sleeping after the last frame qbool restless; // don't sleep qbool paused; // global paused state, pauses both client and server cmd_buf_t *cbuf;