]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
reduce memory usage by several megabytes
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 8fb6ca2c75e50e63f090be0ecbf9385b65f7104c..636ca40b6c0c963f0e55c74e6cc078e5b559ea40 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -124,6 +124,10 @@ typedef struct cvar_s
 
        char *defstring;
 
+       unsigned int globaldefindex_progid[3];
+       int globaldefindex[3];
+       int globaldefindex_stringno[3];
+
        //menucvar_t menuinfo;
        struct cvar_s *next;
        struct cvar_s *nextonhashchain;