]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
you can now (try to) play in maps you don't have, and models you don't have are shown...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 4e3e97901817f46f8b8461e75831bdb05705dc14..89ad8fc90f02f58fb6802a98b90acc75f1dd0ade 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -145,8 +145,7 @@ void        Cvar_WriteVariables (QFile *f);
 // with the archive flag set to true.
 
 cvar_t *Cvar_FindVar (char *var_name);
-
-extern cvar_t  *cvar_vars;
+cvar_t *Cvar_FindVarAfter (char *prev_var_name, int neededflags);
 
 int            Cvar_CompleteCountPossible (char *partial);
 char   **Cvar_CompleteBuildList (char *partial);