d_a_himo3 (#873)

This commit is contained in:
Maide
2025-08-29 20:54:28 +01:00
committed by GitHub
parent f1dc07558c
commit e0da16f8c7
6 changed files with 808 additions and 52 deletions
+1 -1
View File
@@ -1073,7 +1073,7 @@ static void jyunkai(bk_class* i_this) {
i_this->m1217 = -1;
i_this->m1216 = i_this->ppd->m_num - 2;
}
if ((i_this->ppd->m_nextID & 0xFFFF) != 0xFFFF) {
if ((s32)i_this->ppd->m_nextID != 0xFFFF) {
i_this->ppd = dPath_GetRoomPath(i_this->ppd->m_nextID, fopAcM_GetRoomNo(i_this));
JUT_ASSERT(VERSION_SELECT(2907, 2907, 2924, 2924), i_this->ppd != NULL);
}