diff options
Diffstat (limited to '')
-rw-r--r-- | src/rw/MemoryHeap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rw/MemoryHeap.h b/src/rw/MemoryHeap.h index 38a8ba2b..1a9a51f8 100644 --- a/src/rw/MemoryHeap.h +++ b/src/rw/MemoryHeap.h @@ -17,7 +17,6 @@ enum { MEMID_FREE, - // IDs from LCS: MEMID_GAME = 1, // "Game" MEMID_WORLD = 2, // "World" MEMID_ANIMATION = 3, // "Animation" |