X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=progsvm.h;h=0082938d6a6a422ecb7f40a2883fc2624fbd0f34;hb=81636999067e87d67c76d931eb14c63cd4b6b9ef;hp=02f7228741a583b9a7987462230a80d613b5c83f;hpb=cfee52a1ec9db338098789cae89ae5cf1f7a6fbf;p=xonotic%2Fdarkplaces.git diff --git a/progsvm.h b/progsvm.h index 02f72287..0082938d 100644 --- 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;