| 5144 | } |
| 5145 | |
| 5146 | S32 NPCArena::IncludesPlayer(F32 rad_thresh, xVec3* vec) |
| 5147 | { |
| 5148 | if (NPCC_LampStatus()) |
| 5149 | { |
| 5150 | xVec3* pos = xEntGetPos(&globals.player.ent); |
| 5151 | return NPCArena::IncludesPos(pos, rad_thresh, vec); |
| 5152 | } |
| 5153 | |
| 5154 | return 0; |
| 5155 | } |
| 5156 | |
| 5157 | NPCGlyph* GLYF_Acquire(en_npcglyph); |
| 5158 |
no test coverage detected