From 8a92179c65adcd7d7b40c34259c8e4737ccdc7bc Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 25 Nov 2004 16:16:28 +0000 Subject: [PATCH] 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 --- server.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.2