| 487 | } |
| 488 | |
| 489 | BOOL CActor::HUDview() const { return IsFocused() && (cam_active == eacFirstEye) && ((!m_holder) || (m_holder && m_holder->allowWeapon() && m_holder->HUDView())); } |
| 490 | |
| 491 | // void CActor::IR_OnMousePress(int btn) |
| 492 | constexpr u32 SlotsToCheck[] = { |
no test coverage detected