f_op_actor_mng matches

This commit is contained in:
Jasper St. Pierre
2023-10-12 00:09:33 -07:00
parent bfc681d486
commit 9d2e8e121b
4 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ inline BOOL fopAcM_isSwitch(fopAc_ac_c* pActor, int sw) {
return dComIfGs_isSwitch(sw, fopAcM_GetHomeRoomNo(pActor));
}
inline fopAc_ac_c* fopAcM_SearchByID(unsigned int id) {
inline fopAc_ac_c* fopAcM_SearchByID(u32 id) {
return (fopAc_ac_c*)fopAcIt_Judge((fopAcIt_JudgeFunc)fpcSch_JudgeByID, &id);
}