]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cvar.h
rewrote memory system entirely (hunk, cache, and zone are gone, memory pools replaced...
[xonotic/darkplaces.git] / cvar.h
diff --git a/cvar.h b/cvar.h
index 61871b68afda2303f853cef1ea65cbe090ef011b..0751a2da486cb7716d3c81e81bcd4c8a9e8b637c 100644 (file)
--- a/cvar.h
+++ b/cvar.h
@@ -97,7 +97,7 @@ typedef struct cvar_s
        char                    *string;
 //     qboolean                archive;                // set to true to cause it to be saved to vars.rc
 //     qboolean                server;         // notifies players when changed
-       int                             intvalue;
+       int                             integer;
        float                   value;
        float                   vector[3];
        menucvar_t              menuinfo;