]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
made r_showtris transparent (quite faint actually), color coded different types of...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index b623566b5a2e90a22e30b2b6920eafa29c3e6910..0ed510ab72012528b8f45ebad19b45a97cd2cfe0 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -57,8 +57,11 @@ interface from being ambiguous.
 #define CVAR_H
 
 // cvar flags
+
 #define CVAR_SAVE 1
 #define CVAR_NOTIFY 2
+#define        CVAR_READONLY 4
+#define CVAR_MAXFLAGSVAL 7 // used to determine if flags is valid
 
 /*
 // type of a cvar for menu purposes