]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
fixed problems with playing on QW server caused by the use of _cl_name and similar...
[xonotic/darkplaces.git] / pr_comp.h
index 912491e6ffd9334ed9a3663e9708a8e40d9bf467..8ccdaf6d74ace96f3ca9a6909ebbb1a6692942c1 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -163,9 +163,10 @@ typedef struct mfunction_s
        int             parm_start;
        int             locals;                         // total ints of parms + locals
 
-       int             profile;                // runtime
-       int             builtinsprofile; // cost of builtin functions called by this function
-       int             callcount; // times the functions has been called since the last profile call
+       // these are doubles so that they can count up to 54bits or so rather than 32bit
+       double  profile;                // runtime
+       double  builtinsprofile; // cost of builtin functions called by this function
+       double  callcount; // times the functions has been called since the last profile call
 
        int             s_name;
        int             s_file;                 // source file defined in