| 11837 | |
| 11838 | template<> |
| 11839 | bool game::non_dead_range<monster>::iterator::valid() |
| 11840 | { |
| 11841 | current = iter->lock(); |
| 11842 | return current && !current->is_dead(); |
| 11843 | } |
| 11844 | |
| 11845 | template<> |
| 11846 | bool game::non_dead_range<npc>::iterator::valid() |
no test coverage detected