Even more conversion, lots of superfluous macro removal
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ void *Cache_Check (cache_user_t *c);
|
||||
// returns the cached data, and moves to the head of the LRU list
|
||||
// if present, otherwise returns NULL
|
||||
|
||||
void Cache_Free (cache_user_t *c, qboolean freetextures); //johnfitz -- added second argument
|
||||
void Cache_Free (cache_user_t *c, bool freetextures); //johnfitz -- added second argument
|
||||
|
||||
void *Cache_Alloc (cache_user_t *c, int size, const char *name);
|
||||
// Returns NULL if all purgable data was tossed and there still
|
||||
|
||||
Reference in New Issue
Block a user