From: havoc Date: Thu, 25 Nov 2004 16:16:28 +0000 (+0000) Subject: forgot to commit this with the Host_ServerFrame changes X-Git-Tag: xonotic-v0.1.0preview~5347 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=8a92179c65adcd7d7b40c34259c8e4737ccdc7bc forgot to commit this with the Host_ServerFrame changes git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4789 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/server.h b/server.h index 231702c0..d3697773 100644 --- a/server.h +++ b/server.h @@ -52,6 +52,9 @@ typedef struct // this disables extensions when using PROTOCOL_QUAKE qboolean netquakecompatible; + // used for running multiple steps in one frame, etc + double timer; + double time; double frametime;