diff options
Diffstat (limited to 'src/rw/MemoryHeap.h')
-rw-r--r-- | src/rw/MemoryHeap.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/rw/MemoryHeap.h b/src/rw/MemoryHeap.h index 23163c1c..38a8ba2b 100644 --- a/src/rw/MemoryHeap.h +++ b/src/rw/MemoryHeap.h @@ -18,7 +18,6 @@ enum { MEMID_FREE, // IDs from LCS: -/* MEMID_GAME = 1, // "Game" MEMID_WORLD = 2, // "World" MEMID_ANIMATION = 3, // "Animation" @@ -38,25 +37,6 @@ enum { MEMID_CARS = 17, // "Cars" MEMID_RENDER = 18, // "Render" MEMID_PED_ATTR = 19, // "Ped Attr" -*/ - // III: - MEMID_GAME = 1, // "Game" - MEMID_WORLD = 2, // "World" - MEMID_ANIMATION = 3, // "Animation" - MEMID_POOLS = 4, // "Pools" - MEMID_DEF_MODELS = 5, // "Default Models" - MEMID_STREAM = 6, // "Streaming" - MEMID_STREAM_MODELS = 7, // "Streamed Models" (instance) - MEMID_STREAM_TEXUTRES = 8, // "Streamed Textures" - MEMID_TEXTURES = 9, // "Textures" - MEMID_COLLISION = 10, // "Collision" - MEMID_RENDERLIST = 11, // ? - MEMID_GAME_PROCESS = 12, // "Game Process" - MEMID_SCRIPT = 13, // "Script" - MEMID_CARS = 14, // "Cars" - MEMID_RENDER = 15, // "Render" - MEMID_FRONTEND = 17, // ? - NUM_MEMIDS, NUM_FIXED_MEMBLOCKS = 6 |