]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
added description string to all cvars and commands
[xonotic/darkplaces.git] / cl_parse.c
index 9021405788fe0a29bddcd2917ed4023489a4103c..6b0c31fbb2fcaa4d4d04ab4a743cba11fd11d104 100644 (file)
@@ -97,8 +97,8 @@ char *svc_strings[128] =
 
 //=============================================================================
 
-cvar_t demo_nehahra = {0, "demo_nehahra", "0"};
-cvar_t developer_networkentities = {0, "developer_networkentities", "0"};
+cvar_t demo_nehahra = {0, "demo_nehahra", "0", "reads all quake demos as nehahra movie protocol"};
+cvar_t developer_networkentities = {0, "developer_networkentities", "0", "prints received entities, value is 0-4 (higher for more info)"};
 
 /*
 ==================