X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=zone.h;h=12809647893a9d114eed9774404b60449ab40b62;hb=9cc276c2e36a6fc6cfafd8a0fb6df85e2f644c07;hp=af6ddfd586ed67476ad6af1eb8b1f29937af4ee4;hpb=fa330326d7e8f8b15f73f77a7cce86a6e954f935;p=xonotic%2Fdarkplaces.git diff --git a/zone.h b/zone.h index af6ddfd5..12809647 100644 --- a/zone.h +++ b/zone.h @@ -66,7 +66,7 @@ memheader_t; typedef struct memclump_s { // contents of the clump - qbyte block[MEMCLUMPSIZE]; + unsigned char block[MEMCLUMPSIZE]; // should always be MEMCLUMP_SENTINEL unsigned int sentinel1; // if a bit is on, it means that the MEMUNIT bytes it represents are @@ -136,7 +136,7 @@ void _Mem_CheckSentinelsGlobal(const char *filename, int fileline); qboolean Mem_IsAllocated(mempool_t *pool, void *data); // used for temporary allocations -mempool_t *tempmempool; +extern mempool_t *tempmempool; void Memory_Init (void); void Memory_Shutdown (void);