X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=progs.h;h=51e1c9da7efbef4d1d8c98bb317d9855734186de;hb=fd9860c8c2d7ff69fe2e49958e93cc9ed6c179ac;hp=d5e59dbfa6acff2e0d611a1a1f23accb18b0cd8e;hpb=5aba57f18381d282c8a1be1dd5784bd94ec9f7f2;p=xonotic%2Fdarkplaces.git diff --git a/progs.h b/progs.h index d5e59dbf..51e1c9da 100644 --- a/progs.h +++ b/progs.h @@ -33,7 +33,7 @@ typedef struct edict_engineprivate_s // mess up client interpolation or obscure severe QuakeC bugs) float freetime; // mark for the leak detector - qboolean marked; + int mark; // place in the code where it was allocated (for the leak detector) const char *allocation_origin; // initially false to prevent projectiles from moving on their first frame