Home
last modified time | relevance | path

Searched refs:closestmo (Results 1 – 1 of 1) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_user.c9084 mobj_t *closestmo = NULL; in P_LookForFocusTarget() local
9185 if (closestmo && (exclude ? (dangle > closestdangle) : (dist > closestdist))) in P_LookForFocusTarget()
9191 closestmo = mo; in P_LookForFocusTarget()
9196 return closestmo; in P_LookForFocusTarget()
9211 mobj_t *closestmo = NULL; in P_LookForEnemies() local
9276 if (closestmo && dist > closestdist) in P_LookForEnemies()
9285 closestmo = mo; in P_LookForEnemies()
9289 return closestmo; in P_LookForEnemies()