X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cvar.h;fp=cvar.h;h=3c94aae266b91b13e25b481e0162931256aee192;hp=1c04d86e624394b50e8b1482439f6d838988ff61;hb=3f4d89c11594f247887a62a78877a36f85fdd2ee;hpb=f59bcc296e498a2b3851eed449c4de9df178e553 diff --git a/cvar.h b/cvar.h index 1c04d86e..3c94aae2 100644 --- a/cvar.h +++ b/cvar.h @@ -216,6 +216,8 @@ cvar_t *Cvar_Get (const char *name, const char *value, int flags, const char *ne extern char *cvar_dummy_description; // ALWAYS the same pointer extern cvar_t *cvar_vars; // used to list all cvars +void Cvar_UpdateAllAutoCvars(void); // updates ALL autocvars of the active prog to the cvar values (savegame loading) + #ifdef FILLALLCVARSWITHRUBBISH void Cvar_FillAll_f(); #endif /* FILLALLCVARSWITHRUBBISH */