| 247 | } |
| 248 | |
| 249 | void NPCTarget::TargetClear() |
| 250 | { |
| 251 | ent_target = 0; //0x4? |
| 252 | typ_target = NPC_TGT_NONE; |
| 253 | } |
| 254 | |
| 255 | S32 NPCTarget::FindNearest(S32 flg_consider, xBase* skipme, xVec3* from, F32 dst_max) |
| 256 | { |
no outgoing calls
no test coverage detected