]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
Adding the new vm
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 8a7dbc8eaa21dc1756c287aa8679953e0ebd39e6..b623566b5a2e90a22e30b2b6920eafa29c3e6910 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -144,7 +144,7 @@ qboolean Cvar_Command (void);
 // command.  Returns true if the command was a variable reference that
 // was handled. (print or change)
 
-void Cvar_WriteVariables (QFile *f);
+void Cvar_WriteVariables (qfile_t *f);
 // Writes lines containing "set variable value" for all variables
 // with the archive flag set to true.