]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot to commit this with the Host_ServerFrame changes
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 25 Nov 2004 16:16:28 +0000 (16:16 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 25 Nov 2004 16:16:28 +0000 (16:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4789 d7cf8633-e32d-0410-b094-e92efae38249

server.h

index 231702c04740d1e8c249e6184e2ec7394276b10b..d369777312bc8ce3b862a6b341086e62277a29e8 100644 (file)
--- a/server.h
+++ b/server.h
@@ -52,6 +52,9 @@ typedef struct
        // this disables extensions when using PROTOCOL_QUAKE
        qboolean netquakecompatible;
 
        // this disables extensions when using PROTOCOL_QUAKE
        qboolean netquakecompatible;
 
+       // used for running multiple steps in one frame, etc
+       double timer;
+
        double time;
 
        double frametime;
        double time;
 
        double frametime;