]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
add missing variable
[xonotic/darkplaces.git] / progsvm.h
index 02f7228741a583b9a7987462230a80d613b5c83f..0082938d6a6a422ecb7f40a2883fc2624fbd0f34 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -71,7 +71,9 @@ typedef struct prvm_edict_private_s
 {
        qboolean free;
        float freetime;
-       int mark;
+       int mark; // used during leaktest (0 = unref, >0 = referenced); special values during server physics:
+#define PRVM_EDICT_MARK_WAIT_FOR_SETORIGIN -1
+#define PRVM_EDICT_MARK_SETORIGIN_CAUGHT -2
        const char *allocation_origin;
 } prvm_edict_private_t;