mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 00:38:59 -04:00
Add more heap names for debug
This commit is contained in:
@@ -51,6 +51,7 @@ JKRExpHeap* JKRExpHeap::createRoot(int maxHeaps, bool errorFlag) {
|
||||
#endif
|
||||
heap = JKR_NEW_ARGS (mem1) JKRExpHeap(start1, alignedSize, NULL, errorFlag);
|
||||
sRootHeap = heap;
|
||||
JKRHEAP_NAME(sRootHeap, "Root");
|
||||
}
|
||||
heap->field_0x6e = true;
|
||||
return heap;
|
||||
|
||||
Reference in New Issue
Block a user