]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
renamed varray_ arrays to rsurface_array_, and they are no longer used outside the...
[xonotic/darkplaces.git] / client.h
index 88b9e71aee18074f46a839a4271054bcaa2b60b7..a155916980a6609088d9e2f54feec0b99f04afa9 100644 (file)
--- a/client.h
+++ b/client.h
@@ -424,8 +424,9 @@ typedef struct client_static_s
 {
        cactive_t state;
 
-       // all client memory allocations go in this pool
-       mempool_t *mempool;
+       // all client memory allocations go in these pools
+       mempool_t *levelmempool;
+       mempool_t *permanentmempool;
 
 // demo loop control
        // -1 = don't play demos