Merge remote-tracking branch 'origin/main' into 26-02-27-pjb-dev-2

This commit is contained in:
PJB3005
2026-03-01 15:08:52 +01:00
3940 changed files with 243894 additions and 20306 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
#include "m_Do/m_Do_graphic.h"
#include "d/actor/d_a_suspend.h"
#include "d/actor/d_a_ykgr.h"
#include <cstring>
#if PLATFORM_WII
#include "d/d_cursor_mng.h"
@@ -553,7 +554,7 @@ static int phase_3(dScnPly_c* i_this) {
return cPhs_INIT_e;
}
if (!i_this->field_0x1d0 == NULL && !i_this->field_0x1d0->sync()) {
if (i_this->field_0x1d0 != NULL && !i_this->field_0x1d0->sync()) {
return cPhs_INIT_e;
}