]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
rcon server: add an explicit check against empty password, instead of assuming the...
[xonotic/darkplaces.git] / progsvm.h
index 8483fae981d7254f68d05d10ed6b44e3eea7e17b..0a46d2aaaaad42d1c5951bd98cba02727851a160 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -533,7 +533,6 @@ typedef struct prvm_prog_s
        double                          starttime; // system time when PRVM_Prog_Load was called
        double                          inittime; // system time when QC initialization code finished (any entity created before is not a leak)
        double                          profiletime; // system time when last PRVM_CallProfile was called (or PRVM_Prog_Load initially)
-       unsigned int            id; // increasing unique id of progs instance
        mfunction_t                     *functions;
        int                             functions_covered;
        char                            *strings;
@@ -684,6 +683,8 @@ typedef struct prvm_prog_s
        // printed together with backtraces
        const char *statestring;
 
+       struct animatemodel_cache *animatemodel_cache;
+
 //     prvm_builtin_mem_t  *mem_list;
 
 // now passed as parameter of PRVM_LoadProgs