failed to add more levels

This commit is contained in:
ManDude
2023-09-03 20:24:05 +01:00
parent 7e031fe4c7
commit 516333dcd9
17 changed files with 593 additions and 48 deletions
+2
View File
@@ -29,3 +29,5 @@ constexpr u32 DEBUG_HEAP_START = 0x8000000;
namespace jak2 {
constexpr u32 DEBUG_HEAP_SIZE = 0x2f00000;
}
static_assert(DEBUG_HEAP_START > GLOBAL_HEAP_END, "global heap overrun into debug");