mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-01 01:22:01 -04:00
f_op_actor_mng matches
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user