]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
fix a use of tempmempool to be loadmodel->mempool
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index d5e59dbfa6acff2e0d611a1a1f23accb18b0cd8e..51e1c9da7efbef4d1d8c98bb317d9855734186de 100644 (file)
--- 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