]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structure (at the beginning), updated...
[xonotic/darkplaces.git] / cl_parse.c
index 7b68ddefcc37c1300a14f7dc2426636bd22a0783..860144143fccfaeeb36f4d44b920cd679c0c36f3 100644 (file)
@@ -88,7 +88,7 @@ char *svc_strings[128] =
 
 //=============================================================================
 
-cvar_t demo_nehahra = {"demo_nehahra", "0"};
+cvar_t demo_nehahra = {0, "demo_nehahra", "0"};
 
 void CL_Parse_Init(void)
 {