]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
added description string to all cvars and commands
[xonotic/darkplaces.git] / common.c
index e7c5accde6bc444b5340d028368702b6de2143e4..80bd2a4ccd36596dd78e0fa2cb3ab2bac8ca8a9f 100644 (file)
--- a/common.c
+++ b/common.c
@@ -27,8 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "quakedef.h"
 
-cvar_t registered = {0, "registered","0"};
-cvar_t cmdline = {0, "cmdline","0"};
+cvar_t registered = {0, "registered","0", "indicates if this is running registered quake (whether gfx/qpop.lmp was found)"};
+cvar_t cmdline = {0, "cmdline","0", "contains commandline the engine was launched with"};
 
 extern qboolean fs_modified;   // set true if using non-id files