| 5166 | } |
| 5167 | |
| 5168 | S32 NPCArena::IncludesNPC(zNPCCommon* npc, float dt, xVec3* vec) |
| 5169 | { |
| 5170 | xVec3* pos = npc->Pos(); |
| 5171 | return IncludesPos(pos, dt, vec); |
| 5172 | } |
| 5173 | |
| 5174 | F32 zNPCRobot::FacePlayer(F32 dt, F32 spd_turn) |
| 5175 | { |
no test coverage detected