Revert "Isolate JKRHeap operator overloads" (#39)

This commit is contained in:
TakaRikka
2026-03-06 19:49:35 -08:00
committed by GitHub
parent b7c482fb87
commit 78d4169929
630 changed files with 3349 additions and 3452 deletions
+2 -2
View File
@@ -1376,7 +1376,7 @@ static int phase_4(dScnPly_c* i_this) {
if (i_this->sceneCommand) {
JUT_ASSERT(2610, i_this->sceneCommand->getMemAddress() != NULL);
dComIfGp_particle_createScene(i_this->sceneCommand->getMemAddress());
JKR_DELETE(i_this->sceneCommand);
delete i_this->sceneCommand;
} else {
dComIfGp_particle_createScene(NULL);
}
@@ -1459,7 +1459,7 @@ static int phase_4(dScnPly_c* i_this) {
#endif
dAttention_c* attention = dComIfGp_getAttention();
JKR_NEW_ARGS (attention) dAttention_c(dComIfGp_getPlayer(0), 0);
new (attention) dAttention_c(dComIfGp_getPlayer(0), 0);
dComIfGp_getVibration().Init();
daYkgr_c::init();