git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12753
d7cf8633-e32d-0410-b094-
e92efae38249
typedef struct host_s
{
+ jmp_buf abortframe;
int state;
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
- jmp_buf abortframe;
} host_t;
extern host_t host;