]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
cvar: Rename aliasindex to aliases_size and only use it for size of the aliases array...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 639b19e0eda18eb7d93782f786c46caecf81247c..660320390f99358d826e0f8f1fa0b12f790840c4 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -77,10 +77,9 @@ typedef struct cvar_s
        const char *defstring;
 
        void (*callback)(struct cvar_s *var);
-       qbool ignore_callback;
 
        char **aliases;
-       int aliasindex;
+       int aliases_size;
 
        struct cvar_s *initstate; // snapshot of cvar during init