]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
forgot to commit this with the Host_ServerFrame changes
[xonotic/darkplaces.git] / 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;
 
+       // used for running multiple steps in one frame, etc
+       double timer;
+
        double time;
 
        double frametime;