IdentifyAcc matches

This commit is contained in:
Dethrace Labs 2025-09-01 08:45:10 +12:00 committed by Dethrace Engineering Department
parent a71dfa070d
commit d34fbb903e
1 changed files with 1 additions and 2 deletions

View File

@ -4780,13 +4780,12 @@ br_uint_32 IdentifyAccCB(br_actor* pActor, void* pArg) {
// IDA: void __cdecl IdentifyAcc()
// FUNCTION: CARM95 0x00444217
void IdentifyAcc(void) {
gNearest_distance = FLT_MAX;
gNearest_actor = NULL;
DRActorEnumRecurse(gAdditional_actors, (br_actor_enum_cbfn*)IdentifyAccCB, NULL);
if (gNearest_actor != NULL) {
gLast_actor = gNearest_actor;
AccessoryHeadup(gNearest_actor, "Locked onto ");
AccessoryHeadup(gLast_actor, "Locked onto ");
}
}