mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 15:23:01 -04:00
Merge remote-tracking branch 'origin/main' into 26-02-27-pjb-dev-2
This commit is contained in:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user