mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 13:34:52 -04:00
double heaps to fix Midna's eye (#106) and various other error messages I got.
Also updating aurora.
This commit is contained in:
@@ -33,7 +33,11 @@ int dkWmark_c::create() {
|
||||
mColorType = this->parameters;
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
mpHeap = mDoExt_createSolidHeapFromGameToCurrent(0x1100, 0x20);
|
||||
#else
|
||||
mpHeap = mDoExt_createSolidHeapFromGameToCurrent(0x880, 0x20);
|
||||
#endif
|
||||
if (mpHeap != NULL) {
|
||||
JKRHEAP_NAME(mpHeap, "dkWmark_c::mpHeap");
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("Alink", 0x23);
|
||||
|
||||
Reference in New Issue
Block a user