]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
added back r_speeds2, with masses of information (6 lines high), and made it print...
[xonotic/darkplaces.git] / quakedef.h
index 7f274b7793ddb5c27be707eeaeaadac6d4f67983..3aee507574eff07f720c5d0faef432655bfc54c3 100644 (file)
@@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define        QUAKE_GAME                      // as opposed to utilities
 
 #define        VERSION                         1.50
+extern int buildnumber;
 
 #ifndef FALSE
 #define FALSE 0
@@ -265,6 +266,7 @@ extern      cvar_t          developer;
 
 extern qboolean        host_initialized;               // true if into command execution
 extern double          host_frametime;
+extern double          host_realframetime;     // LordHavoc: the real frametime, before slowmo and clamping are applied (used for console scrolling)
 extern int                     host_framecount;        // incremented every frame, never reset
 extern double          realtime;                       // not bounded in any way, changed at
                                                                                // start of every frame, never reset