mirror of
https://github.com/zeldaret/botw
synced 2026-08-06 09:52:47 -04:00
ksys/sys: Fix inaccuracy
This commit is contained in:
@@ -307,13 +307,11 @@ void OverlayArenaSystem::createTeraWorkHeap() {
|
||||
|
||||
void OverlayArenaSystem::createPlacementTreeHeap() {
|
||||
res::stubbedLogFunction();
|
||||
|
||||
if (mPlacementTreeHeap)
|
||||
return;
|
||||
|
||||
mPlacementTreeHeap =
|
||||
sead::ExpHeap::tryCreate(0x700000, "PlacementTree", mFixedHeap, sizeof(void*),
|
||||
sead::Heap::cHeapDirection_Forward, false);
|
||||
if (!mPlacementTreeHeap) {
|
||||
mPlacementTreeHeap =
|
||||
sead::ExpHeap::tryCreate(0x700000, "PlacementTree", mFixedHeap, sizeof(void*),
|
||||
sead::Heap::cHeapDirection_Forward, false);
|
||||
}
|
||||
res::stubbedLogFunction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user