summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-12-21 12:35:06 +0100
committeraap <aap@papnet.eu>2020-12-21 12:35:06 +0100
commit934c96782503c1cefee2a40d1b5b992d7cbd74e3 (patch)
treea2367196cadefcd725594958bf281f26f5789819
parentCar entering cancel test (diff)
downloadre3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.tar
re3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.tar.gz
re3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.tar.bz2
re3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.tar.lz
re3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.tar.xz
re3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.tar.zst
re3-934c96782503c1cefee2a40d1b5b992d7cbd74e3.zip
-rw-r--r--src/rw/MemoryHeap.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/rw/MemoryHeap.h b/src/rw/MemoryHeap.h
index 23163c1c..cd8cf22c 100644
--- a/src/rw/MemoryHeap.h
+++ b/src/rw/MemoryHeap.h
@@ -17,29 +17,6 @@
enum {
MEMID_FREE,
- // IDs from LCS:
-/*
- 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"
- MEMID_STREAM_LODS = 8, // "Streamed LODs"
- MEMID_STREAM_TEXUTRES = 9, // "Streamed Textures"
- MEMID_STREAM_COLLISION = 10, // "Streamed Collision"
- MEMID_STREAM_ANIMATION = 11, // "Streamed Animation"
- MEMID_TEXTURES = 12, // "Textures"
- MEMID_COLLISION = 13, // "Collision"
- MEMID_PRE_ALLOC = 14, // "PreAlloc"
- MEMID_GAME_PROCESS = 15, // "Game Process"
- MEMID_SCRIPT = 16, // "Script"
- 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"