mirror of
https://github.com/zeldaret/tp
synced 2026-06-14 22:29:14 -04:00
getDemoIDData matched, fix up various inlines and template classes (#2489)
* Fix debug build * getDemoIDData matched, fix up various inlines and template classes * Remove nonmatching comments
This commit is contained in:
+4
-3
@@ -432,7 +432,7 @@ dScnLogo_c::~dScnLogo_c() {
|
||||
|
||||
field_0x1d4->destroy();
|
||||
field_0x1d0->destroy();
|
||||
JKRFree(buffer);
|
||||
JKRFree(dummyGameAlloc);
|
||||
|
||||
dComIfGp_particle_createCommon(mParticleCommand->getMemAddress());
|
||||
dComIfGp_setFieldMapArchive2(mpField0Command->getArchive());
|
||||
@@ -508,8 +508,9 @@ static int phase_0(dScnLogo_c* i_this) {
|
||||
mDoGph_gInf_c::setFadeColor(*(JUtility::TColor*)&g_blackColor);
|
||||
dComIfGp_particle_create();
|
||||
|
||||
i_this->buffer = mDoExt_getGameHeap()->alloc(0x340000, -0x10);
|
||||
i_this->field_0x1d0 = JKRExpHeap::create(i_this->buffer, 0x340000, NULL, false);
|
||||
i_this->dummyGameAlloc = mDoExt_getGameHeap()->alloc(0x340000, -0x10);
|
||||
JUT_ASSERT(1523, i_this->dummyGameAlloc != 0);
|
||||
i_this->field_0x1d0 = JKRExpHeap::create(i_this->dummyGameAlloc, 0x340000, NULL, false);
|
||||
i_this->field_0x1d4 = JKRExpHeap::create(0x130000, i_this->field_0x1d0, false);
|
||||
|
||||
return cPhs_NEXT_e;
|
||||
|
||||
Reference in New Issue
Block a user