Debug and various d_ev_camera fixes (#2448)

This commit is contained in:
YunataSavior
2025-05-19 08:40:57 -07:00
committed by GitHub
parent 593ab3b10b
commit 0178c4d576
8 changed files with 679 additions and 706 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ static int daObjYOUSEI_Execute(daObjYOUSEI_c* i_this) {
int daObjYOUSEI_c::create() {
fopAcM_SetupActor(this, daObjYOUSEI_c);
OS_REPORT("YOUSEI PARAM %x\n", fopAcM_GetParam());
OS_REPORT("YOUSEI PARAM %x\n", fopAcM_GetParam(this));
if (!fopAcM_entrySolidHeap(this, useHeapInit, 0x1100)) {
return cPhs_ERROR_e;
}