]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
changed qc profiling to use doubles instead of ints for profile counters, so it can...
[xonotic/darkplaces.git] / progsvm.h
index 8f77619da01977c686f19fa9a83710423bb0807a..8270615d4fd830aa5256302a42364b9a99e63997 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -266,7 +266,7 @@ typedef struct prvm_prog_s
 
        int                                     *statement_linenums; // NULL if not available
 
-       int                                     *statement_profile; // only incremented if prvm_statementprofiling is on
+       double                          *statement_profile; // only incremented if prvm_statementprofiling is on
 
        union {
                float *generic;