]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
fixed 'slow gravity' bug when cl_movement players are not replying to all server...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index d2b571586bae850252928c33691608233afab530..49470bd9dfb3fd80d8a43fd8b799a1028250761d 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -120,6 +120,7 @@ typedef struct cvar_s
 
        //menucvar_t menuinfo;
        struct cvar_s *next;
+       struct cvar_s *nextonhashchain;
 } cvar_t;
 
 /*
@@ -164,6 +165,11 @@ qboolean Cvar_Command (void);
 // command.  Returns true if the command was a variable reference that
 // was handled. (print or change)
 
+void Cvar_LockDefaults_f (void);
+void Cvar_ResetToDefaults_All_f (void);
+void Cvar_ResetToDefaults_NoSaveOnly_f (void);
+void Cvar_ResetToDefaults_SaveOnly_f (void);
+
 void Cvar_WriteVariables (qfile_t *f);
 // Writes lines containing "set variable value" for all variables
 // with the archive flag set to true.