mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-07 09:45:33 -04:00
Add even more heap debug names
This commit is contained in:
@@ -26,6 +26,8 @@ int dThunder_c::createHeap() {
|
||||
if (mpHeap == NULL) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
JKRHEAP_NAME(mpHeap, "dThunder_c::mpHeap");
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user